diff mrjunejune/main.c @ 84:bcc76a156aea

Updated to be called src instead of pages.
author June Park <parkjune1995@gmail.com>
date Thu, 01 Jan 2026 13:01:10 -0800
parents d55157451947
children a3962e681490
line wrap: on
line diff
--- a/mrjunejune/main.c	Thu Jan 01 12:56:14 2026 -0800
+++ b/mrjunejune/main.c	Thu Jan 01 13:01:10 2026 -0800
@@ -125,5 +125,5 @@
   Seobeo_Router_Register("GET", "/tools/markdown_to_html", GetMDToHTML);
   Seobeo_Router_Register("GET", "/tools/markdown_to_html/index.html", GetRedirectMarkDownToHtml);
 
-  Seobeo_Web_Server_Start("mrjunejune/pages", "6969", SEOBEO_MODE_EDGE, 2);
+  Seobeo_Web_Server_Start("mrjunejune/src", "6969", SEOBEO_MODE_EDGE, 2);
 }