fix: revert change to proxy server (#1824)
This commit is contained in:
@@ -122,7 +122,7 @@ export default defineConfig((env) => ({
|
||||
proxy: {
|
||||
// Routes mostly extracted from crates/router/src/endpoints.rs
|
||||
"^/(|graphql.*|assets.*|\\.well-known.*|oauth2.*|login.*|logout.*|register.*|reauth.*|add-email.*|verify-email.*|change-password.*|consent.*|_matrix.*|complete-compat-sso.*)$":
|
||||
"https://auth-oidc.lab.element.dev",
|
||||
"http://127.0.0.1:8080",
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user