http server options, remove old
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user