Merge branch 'dev' into module/company
This commit is contained in:
@@ -34,6 +34,11 @@ public abstract class BaseHandler extends PathHandler {
|
||||
return ex;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean doOptions(Path path, HttpExchange ex) throws IOException {
|
||||
return ok(addCors(ex));
|
||||
}
|
||||
|
||||
public boolean load(Path path, HttpExchange ex) throws IOException {
|
||||
try {
|
||||
var doc = load(path.toString());
|
||||
|
||||
Reference in New Issue
Block a user