remove /api support
This commit is contained in:
@@ -1111,7 +1111,6 @@ function createApp({
|
||||
}
|
||||
};
|
||||
app.post("/", apiHandler);
|
||||
app.post("/api", apiHandler);
|
||||
|
||||
app.use((error, req, res, next) => {
|
||||
console.error(error);
|
||||
|
||||
Reference in New Issue
Block a user