Skip to content

Commit 013fe6e

Browse files
committed
Trivial correction in check dymo web service
1 parent 396dcc2 commit 013fe6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-hooks-toolbox",
3-
"version": "0.1.7",
3+
"version": "0.1.9",
44
"description": "React hooks toolbox",
55
"main": "lib/index.js",
66
"module": "es/index.js",

src/utils/dymo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import XMLParser from "react-xml-parser";
33

44

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

99
export const dymoAxios = axios.create({

0 commit comments

Comments
 (0)