We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396dcc2 commit 013fe6eCopy full SHA for 013fe6e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-hooks-toolbox",
3
- "version": "0.1.7",
+ "version": "0.1.9",
4
"description": "React hooks toolbox",
5
"main": "lib/index.js",
6
"module": "es/index.js",
src/utils/dymo.js
@@ -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}`;
7
}
8
9
export const dymoAxios = axios.create({
0 commit comments