cleanup
This commit is contained in:
@@ -17,7 +17,7 @@ int main() {
|
||||
WEBCC_LOG_INIT("", webcc::LOG_CONSOLE);
|
||||
|
||||
try {
|
||||
webcc::Server server(8080);
|
||||
webcc::Server server{ 8080 };
|
||||
|
||||
server.Route("/", std::make_shared<HelloView>());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user