Files
9router/src/proxy.js
2026-03-27 11:45:54 +07:00

15 lines
277 B
JavaScript

export { proxy } from "./dashboardGuard";
export const config = {
matcher: [
"/",
"/dashboard/:path*",
"/api/shutdown",
"/api/settings/:path*",
"/api/keys",
"/api/keys/:path*",
"/api/providers/client",
"/api/provider-nodes/validate",
],
};