Skip to content

Commit

Permalink
Trivial correction in check dymo web service
Browse files Browse the repository at this point in the history
  • Loading branch information
apenab committed Jun 10, 2020
1 parent 396dcc2 commit 013fe6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-hooks-toolbox",
"version": "0.1.7",
"version": "0.1.9",
"description": "React hooks toolbox",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/dymo.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import XMLParser from "react-xml-parser";


export function getDymoUrl(typeDymoFunction, port = 41951) {
return `https://127.0.0.1:${port}/DYMO/DLS/Printing/${typeDymoFunction}`;
return `https://localhost:${port}/DYMO/DLS/Printing/${typeDymoFunction}`;
}

export const dymoAxios = axios.create({
Expand Down

0 comments on commit 013fe6e

Please sign in to comment.