comparison 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
comparison
equal deleted inserted replaced
83:49b611c808e7 84:bcc76a156aea
123 Seobeo_Router_Register("GET", "/tools/index.html", GetRedirectTools); 123 Seobeo_Router_Register("GET", "/tools/index.html", GetRedirectTools);
124 124
125 Seobeo_Router_Register("GET", "/tools/markdown_to_html", GetMDToHTML); 125 Seobeo_Router_Register("GET", "/tools/markdown_to_html", GetMDToHTML);
126 Seobeo_Router_Register("GET", "/tools/markdown_to_html/index.html", GetRedirectMarkDownToHtml); 126 Seobeo_Router_Register("GET", "/tools/markdown_to_html/index.html", GetRedirectMarkDownToHtml);
127 127
128 Seobeo_Web_Server_Start("mrjunejune/pages", "6969", SEOBEO_MODE_EDGE, 2); 128 Seobeo_Web_Server_Start("mrjunejune/src", "6969", SEOBEO_MODE_EDGE, 2);
129 } 129 }