Skip to content

Commit 7a4281c

Browse files
restoring main on dev
1 parent a822939 commit 7a4281c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ int main(void)
1212
try {
1313
// HttpConfig cfg = load_http_config("config/youpi_banane.conf");
1414
// HttpConfig cfg = load_http_config("config/vitepress.conf");
15-
HttpConfig cfg = load_http_config("config/example.conf");
16-
17-
Server server(cfg.servers[0]);
15+
// HttpConfig cfg = load_http_config("config/python.conf");
16+
HttpConfig cfg = load_http_config("config/eval.conf");
17+
Server server(cfg);
1818
server.init();
1919
server.run();
2020
}

0 commit comments

Comments
 (0)