Skip to content

Commit

Permalink
fix: remove debug leftover (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-cristino authored Jun 3, 2024
1 parent db50e7b commit b70558f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Dir.ready(async () => {
if (socket) {
const port = us_socket_local_port(socket);
listen_socket = socket;
L.info(`Swagger UI is running on http://${config.hostname}:${port}/docs/sarcosi`);
L.info(`Swagger UI is running on http://${config.hostname}:${port}/docs`);
} else {
L.error('Port already in use ' + config.port);
throw new Error('Port already in use ' + config.port);
Expand Down

0 comments on commit b70558f

Please sign in to comment.