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 4c859c1 commit 2155c74Copy full SHA for 2155c74
src/main.ts
@@ -46,4 +46,4 @@ app.use("/v1", v1Router);
46
47
app.listen(config.api.port, () => {
48
console.log(`Server is running on port: ${config.api.port}`);
49
-});
+});
0 commit comments