moved doOptions to BaseHandler, so implementing it in each module is no longer required

This commit is contained in:
2025-08-07 15:42:31 +02:00
parent a450ef97b8
commit ddd947b886
7 changed files with 5 additions and 36 deletions

View File

@@ -82,12 +82,6 @@ public class ProjectModule extends BaseHandler implements ProjectService {
}
}
@Override
public boolean doOptions(Path path, HttpExchange ex) throws IOException {
addCors(ex);
return sendEmptyResponse(HTTP_OK,ex);
}
@Override
public boolean doPatch(Path path, HttpExchange ex) throws IOException {
addCors(ex);