Skip to content

Commit

Permalink
lnf:lint
Browse files Browse the repository at this point in the history
  • Loading branch information
VIBR0X committed Dec 10, 2023
1 parent f491aeb commit 0f0f00c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend/settings_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"notifications",
"markdownify",
"buyandsell",
"lostandfound",
]

MIDDLEWARE = [
Expand Down
1 change: 1 addition & 0 deletions backend/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def api_base(prefix=None):
path(api_base(), include("external.urls")),
path(api_base(), include("community.urls")),
path(api_base(), include("buyandsell.urls")),
path(api_base(), include("lostandfound.urls")),
path(api_base(), include("bans.urls")),
path(api_base("venter"), include("venter.urls")),
# Non-API
Expand Down

0 comments on commit 0f0f00c

Please sign in to comment.