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 1e6bb9b commit 2e30f7bCopy full SHA for 2e30f7b
1 file changed
src/index.ts
@@ -386,6 +386,6 @@ const server = createServer(async (req, res) => {
386
res.end(JSON.stringify({ error: 'Not found' }));
387
});
388
389
-server.listen(PORT, () => {
390
- console.log(`project-claim-api listening on port ${PORT}`);
+server.listen(PORT, '::', () => {
+ console.log(`project-claim-api listening on [::]:${PORT}`);
391
0 commit comments