Skip to content

Commit

Permalink
Revert changes to availability app urls
Browse files Browse the repository at this point in the history
  • Loading branch information
tofu-rocketry committed Nov 22, 2023
1 parent 81a937f commit 6808068
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions monitoring/availability/urls.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from django.conf.urls import url
import sys
from monitoring.availability import views

sys.path.append('/usr/share/DJANGO_MONITORING_APP')
from monitoring.availability import views

urlpatterns = [
url(r'^$', views.status),
Expand Down

0 comments on commit 6808068

Please sign in to comment.