From f0a21e78764fd17747033b596b640bbcaf517f49 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 10 Jul 2025 12:08:19 +0200 Subject: feat&fix: Reorganize library, and remove junk CMake files. Signed-off-by: Amlal El Mahrouss --- examples/cgi/cgi.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/cgi') diff --git a/examples/cgi/cgi.cc b/examples/cgi/cgi.cc index 5586410..d4a4f6a 100644 --- a/examples/cgi/cgi.cc +++ b/examples/cgi/cgi.cc @@ -4,7 +4,7 @@ licensed under the MIT license */ -#include +#include #include #include #include @@ -73,7 +73,7 @@ int main(int argc, char** argv) { // ... let's assume we serve data. - snu::web::cgi_writer writer; + snu::cgi::cgi_writer writer; std::stringstream ss_file; std::ifstream fp("index.html"); -- cgit v1.2.3