support Nextcloud OAuth 2.0 authentication
This commit is contained in:
@@ -290,6 +290,10 @@ export default defineConfig(() => {
|
||||
target: 'http://127.0.0.1:8080/',
|
||||
changeOrigin: true
|
||||
},
|
||||
'/oauth2': {
|
||||
target: 'http://127.0.0.1:8080/',
|
||||
changeOrigin: true
|
||||
},
|
||||
'/api': {
|
||||
target: 'http://127.0.0.1:8080/',
|
||||
changeOrigin: true
|
||||
|
||||
Reference in New Issue
Block a user