Mercurial
comparison mrjunejune/main.c @ 16:fb2cff495a60
[Seobeo] Fixed the problem with edge server.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Fri, 03 Oct 2025 09:55:51 -0700 |
| parents | 114cad94008f |
| children | 875bb6e10db7 |
comparison
equal
deleted
inserted
replaced
| 15:2b9e75756825 | 16:fb2cff495a60 |
|---|---|
| 12 #include "seobeo/seobeo.h" | 12 #include "seobeo/seobeo.h" |
| 13 | 13 |
| 14 | 14 |
| 15 int main(void) | 15 int main(void) |
| 16 { | 16 { |
| 17 Seobeo_Web_StartBasicHTTPServer("mrjunejune/pages", "6969", SEOBEO_MODE_FORK, 2); | 17 Seobeo_Web_StartBasicHTTPServer("mrjunejune/pages", "6969", SEOBEO_MODE_EDGE, 2); |
| 18 } | 18 } |