http server options, remove old

This commit is contained in:
2024-11-15 14:18:49 +03:00
parent cdde340efe
commit ee137b2820
5 changed files with 70 additions and 52 deletions

View File

@@ -13,7 +13,6 @@ PIHTTPServer::PIHTTPServer() {
while (it.next()) {
if (it.value().function) {
if (it.value().match(in_path)) {
rep.setCode(200);
rep = it.value().function(r);
break;
}