diff seobeo/s_web.c @ 154:bdcc610eeed8

[Markdown Converter][GuiZe] Added markdown coverter in C and wasm rule sets. Needs further view on this as I haven't taken a look. Written by Claude.
author June Park <parkjune1995@gmail.com>
date Mon, 12 Jan 2026 09:11:58 -0800
parents 1c4d8873e846
children 827c6ac504cd a8976a008a9d
line wrap: on
line diff
--- a/seobeo/s_web.c	Sun Jan 11 08:11:24 2026 -0800
+++ b/seobeo/s_web.c	Mon Jan 12 09:11:58 2026 -0800
@@ -219,6 +219,7 @@
       goto clean_up;
     }
 
+    Seobeo_Log(SEOBEO_DEBUG, "Serving Static Files\n");
     // Serve static file
     const char *mime = "application/octet-stream";
     if (strstr(file_path, ".html")) mime = "text/html; charset=utf-8";