mirror of
https://github.com/decolua/9router.git
synced 2026-05-08 12:01:28 +00:00
15 lines
277 B
JavaScript
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",
|
|
],
|
|
};
|