From 678f457a9797ae064634f8ba2a83b156f2892871 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 2 Aug 2025 01:29:15 +0100 Subject: refactor! breaking API changes of SOCL, also reworked must_pass helpers, and added one for the fix parser. Signed-off-by: Amlal El Mahrouss --- dev/examples/cgi/cgi.cc | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) (limited to 'dev/examples/cgi') diff --git a/dev/examples/cgi/cgi.cc b/dev/examples/cgi/cgi.cc index b4c0b34..2cb8f3a 100644 --- a/dev/examples/cgi/cgi.cc +++ b/dev/examples/cgi/cgi.cc @@ -1,4 +1,4 @@ -/* +/* cgi example written by Amlal El Mahrouss. licensed under the MIT license @@ -9,12 +9,12 @@ #include #include -const std::string g_not_found = R"( +const std::string error_html = R"( - error | snu-lib + Error | SOCL