Skip to content

Commit

Permalink
FIX: Fix services URL
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Nov 16, 2023
1 parent 37b1e14 commit 099ad7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/example/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@


urlpatterns = [
re_path(r"", include("django_twined.urls")),
re_path(r"^integrations/octue/", include("django_twined.urls")),
]

0 comments on commit 099ad7b

Please sign in to comment.