fix api routes

This commit is contained in:
Karol Wypchlo 2021-04-22 14:14:30 +02:00
parent 941641ae7a
commit c9f871e5b4
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
preserve_host: true
url: "http://dashboard:3000"
match:
url: "http://oathkeeper:4455/<{_next/**,auth/*,recovery,verify,error,favicon.ico}{/,}>"
url: "http://oathkeeper:4455/<{_next/**,auth/**,recovery,verify,error,favicon.ico}{/,}>"
methods:
- GET
authenticators:
@ -38,7 +38,7 @@
preserve_host: true
url: "http://dashboard:3000"
match:
url: "http://oathkeeper:4455/<{,api/*,settings,uploads,downloads,payments}>"
url: "http://oathkeeper:4455/<{,api/**,settings,uploads,downloads,payments}>"
methods:
- GET
- POST