Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit b879530

Browse files
Chore/change swagger route (#1397)
* fix/mistral-nemo-chat-template * chore: update swagger path * chore: add log for swagger window
1 parent 7b80e2e commit b879530

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

engine/commands/server_start_cmd.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ bool ServerStartCmd::Exec(const std::string& host, int port) {
6262
return false;
6363
}
6464
std::cout << "Server started" << std::endl;
65+
std::cout << "API Documentation available at: http://" << host << ":" << port << std::endl;
6566
}
6667

6768
#else

0 commit comments

Comments
 (0)