1
0
Fork 0
mirror of synced 2024-10-01 17:47:46 +13:00

Merge branch 'app-list' of github.com:Budibase/budibase into app-list

This commit is contained in:
Andrew Kingston 2021-05-06 16:39:50 +01:00
commit 37e0120129
2 changed files with 3 additions and 4 deletions

View file

@ -33,14 +33,14 @@ static_resources:
route:
cluster: server-dev
- match: { prefix: "/" }
- match: { path: "/" }
route:
cluster: builder-dev
- match: { prefix: "/builder" }
- match: { prefix: "/app" }
route:
cluster: builder-dev
prefix_rewrite: "/builder/"
prefix_rewrite: "/app/"
# minio is on the default route because this works
# best, minio + AWS SDK doesn't handle path proxy

View file

@ -21,7 +21,6 @@ static_resources:
cluster: app-service
prefix_rewrite: "/"
# special case for presenting our static self hosting page
- match: { path: "/" }
route:
cluster: app-service