refactor(http): cleanup

This commit is contained in:
2025-09-16 22:38:25 +02:00
parent 6518d1f9f2
commit 7bfe2855c5
6 changed files with 50 additions and 64 deletions

View File

@@ -32,6 +32,7 @@ int main(void) {
}
cws_server_s server;
cws_server_ret ret = cws_server_setup(&server, config);
if (ret != CWS_SERVER_OK) {
CWS_LOG_ERROR("Unable to setup web server");