Skip to content

Commit 1e7f3c8

Browse files
Fix: 127.0.0.1を使うように
1 parent 7d697b9 commit 1e7f3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import synthesisProvider from "./providers/synthesis.ts";
66
const args = parse(Deno.args, {
77
string: ["host", "port", "originalUrl"],
88
default: {
9-
host: "localhost",
9+
host: "127.0.0.1",
1010
port: "50132",
1111
originalUrl: "http://127.0.0.1:50032",
1212
},

0 commit comments

Comments
 (0)