Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
serve: no /doc
Browse files Browse the repository at this point in the history
  • Loading branch information
matildepark committed Aug 30, 2024
1 parent acd5e00 commit 77271d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/commands/serve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const handler = async (argv: any) => {
port: port,
});
console.log(`Server started on port ${port}`);
console.log(`Documentation available at http://localhost:${port}/doc`);
console.log(`Documentation available at http://localhost:${port}/`);
console.log('Press Ctrl+C to stop the server.');

return new Promise<void>((resolve) => {
Expand Down

0 comments on commit 77271d2

Please sign in to comment.