Skip to content

Commit

Permalink
[fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
boke0 committed Mar 10, 2021
1 parent cda06e2 commit 1afe695
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 @@ -21,7 +21,7 @@
class App(App):
name = 'Izanami'
description = 'Git server for Mitama.'
merge = [Repo, Merge, InnerPermission]
models = [Repo, Merge, InnerPermission]
router = Router(
[
view("/static/<path:path>", static_files()),
Expand Down

0 comments on commit 1afe695

Please sign in to comment.