fix api routes
This commit is contained in:
parent
941641ae7a
commit
c9f871e5b4
|
@ -23,7 +23,7 @@
|
||||||
preserve_host: true
|
preserve_host: true
|
||||||
url: "http://dashboard:3000"
|
url: "http://dashboard:3000"
|
||||||
match:
|
match:
|
||||||
url: "http://oathkeeper:4455/<{_next/**,auth/*,recovery,verify,error,favicon.ico}{/,}>"
|
url: "http://oathkeeper:4455/<{_next/**,auth/**,recovery,verify,error,favicon.ico}{/,}>"
|
||||||
methods:
|
methods:
|
||||||
- GET
|
- GET
|
||||||
authenticators:
|
authenticators:
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
preserve_host: true
|
preserve_host: true
|
||||||
url: "http://dashboard:3000"
|
url: "http://dashboard:3000"
|
||||||
match:
|
match:
|
||||||
url: "http://oathkeeper:4455/<{,api/*,settings,uploads,downloads,payments}>"
|
url: "http://oathkeeper:4455/<{,api/**,settings,uploads,downloads,payments}>"
|
||||||
methods:
|
methods:
|
||||||
- GET
|
- GET
|
||||||
- POST
|
- POST
|
||||||
|
|
Reference in New Issue