chore: Upgrade Flow to v0.104.0
This commit is contained in:
@ -24,7 +24,6 @@ import { NotFoundError } from "../errors";
|
||||
import errorHandling from "../middlewares/errorHandling";
|
||||
import validation from "../middlewares/validation";
|
||||
import methodOverride from "../middlewares/methodOverride";
|
||||
import cache from "./middlewares/cache";
|
||||
import apiWrapper from "./middlewares/apiWrapper";
|
||||
import editor from "./middlewares/editor";
|
||||
|
||||
@ -35,7 +34,6 @@ const router = new Router();
|
||||
api.use(errorHandling());
|
||||
api.use(bodyParser());
|
||||
api.use(methodOverride());
|
||||
api.use(cache());
|
||||
api.use(validation());
|
||||
api.use(apiWrapper());
|
||||
api.use(editor());
|
||||
|
Reference in New Issue
Block a user