Skip to content

Commit

Permalink
fix: documentation routing
Browse files Browse the repository at this point in the history
  • Loading branch information
RomarQ committed May 16, 2022
1 parent dff6b11 commit d7e53db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ handlers:
static_files: www/docs/index.html
upload: www/docs/index.html

- url: /docs/(.*)/$
- url: /docs/(.*)[/]?$
secure: always
static_files: www/docs/\1/index.html
upload: www/docs/(.*)
Expand Down

0 comments on commit d7e53db

Please sign in to comment.