🐛 Fix jwks request did not forward

This commit is contained in:
LittleSheep 2025-03-23 00:30:46 +08:00
parent 63bcd3e58e
commit 991acbfb7b

View File

@ -53,8 +53,8 @@ export default defineNuxtConfig({
}, },
routeRules: { routeRules: {
"/.well-known/openid-configuration": { "/.well-known/**": {
proxy: "/api/well-known/openid-configuration", proxy: "/api/well-known/**",
}, },
}, },