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

Commit 96d38b9

Browse files
committed
feat: no config file
1 parent 6367007 commit 96d38b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ int main(int argc, char *argv[]) {
3131

3232
nitro_utils::nitro_logo();
3333
LOG_INFO << "Server started, listening at: " << host << ":" << port;
34-
LOG_INFO << "please load your model";
34+
LOG_INFO << "Please load your model";
3535
drogon::app().addListener(host, port);
3636
drogon::app().run();
3737

0 commit comments

Comments
 (0)