Skip to content

Commit

Permalink
Merge pull request #12 from cmu-delphi/development
Browse files Browse the repository at this point in the history
Merge latest from development and deploy to staging env
  • Loading branch information
korlaxxalrok authored Oct 14, 2024
2 parents 8113f10 + 3f10b1d commit d791f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signal_documentation/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


urlpatterns = [
path("admin/", admin.site.urls),
path(f'{settings.MAIN_PAGE}/admin/' if settings.MAIN_PAGE else 'admin/', admin.site.urls),
# signals
path(
f"{settings.MAIN_PAGE}/" if settings.MAIN_PAGE else "", include("signals.urls")
Expand Down

0 comments on commit d791f8f

Please sign in to comment.