Adds apps/installed to blacklist v2

pull/4070/head^2
zomars 2022-09-05 19:08:38 -06:00
parent 6fdbadc94b
commit dc68b608a0
1 changed files with 5 additions and 1 deletions

View File

@ -16,7 +16,11 @@ const V2_WHITELIST = [
"/apps",
"/success",
];
const V2_BLACKLIST = ["/apps/routing_forms"];
const V2_BLACKLIST = [
//
"/apps/routing_forms",
"/apps/installed",
];
const middleware: NextMiddleware = async (req) => {
const url = req.nextUrl;