Skip to content

Commit

Permalink
[update]
Browse files Browse the repository at this point in the history
  • Loading branch information
boke0 committed Mar 14, 2021
1 parent 8ea57ef commit 0ba1173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion izanami/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class App(App):
[
view("/static/<path:path>", static_files()),
Router([
view("/<repo:re:(.*)\.git><path:path>", ProxyController),
view("/<repo:re:(.*)\.git>/<path:path>", ProxyController),
], middlewares=[BasicMiddleware]),
Router([
view("/", RepoController),
Expand Down

0 comments on commit 0ba1173

Please sign in to comment.