Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #702 from OkunaOrg/hotfix/remove-django-rq-routes
Browse files Browse the repository at this point in the history
🐛 remove django-rq routes
  • Loading branch information
lifenautjoe authored May 5, 2020
2 parents 937422f + 6e33a4e commit e29407f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openbook/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@
urlpatterns = [
path('api/', include(api_patterns)),
url('admin/', admin.site.urls),
path('django-rq/', include('django_rq.urls')),
url('health/', Health.as_view(), name='health'),
]

Expand Down

0 comments on commit e29407f

Please sign in to comment.