Skip to content
Snippets Groups Projects
Unverified Commit 8b4ba370 authored by syuilo's avatar syuilo Committed by GitHub
Browse files

Update ServerService.ts

parent 54ccacff
No related branches found
No related tags found
No related merge requests found
......@@ -150,6 +150,6 @@ export class ServerService {
}
});
fastify.listen({ port: this.config.port });
fastify.listen({ port: this.config.port, host: this.config.host ?? 'localhost' });
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment