Mercurial
diff mrjunejune/main.c @ 19:875bb6e10db7
[Seobeo] Chaning Function naming to be easily readable.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Mon, 06 Oct 2025 09:55:34 -0700 |
| parents | fb2cff495a60 |
| children | 84672efec192 |
line wrap: on
line diff
--- a/mrjunejune/main.c Mon Oct 06 08:21:34 2025 -0700 +++ b/mrjunejune/main.c Mon Oct 06 09:55:34 2025 -0700 @@ -14,5 +14,5 @@ int main(void) { - Seobeo_Web_StartBasicHTTPServer("mrjunejune/pages", "6969", SEOBEO_MODE_EDGE, 2); + Seobeo_Web_Server_Start("mrjunejune/pages", "6969", SEOBEO_MODE_EDGE, 2); }