diff --git a/src/core/pyros_django/monitoring/views.py b/src/core/pyros_django/monitoring/views.py index 54a2ce7..b5d6305 100644 --- a/src/core/pyros_django/monitoring/views.py +++ b/src/core/pyros_django/monitoring/views.py @@ -4,9 +4,11 @@ from common.models import Command # Create your views here. + def index(request): return HttpResponse("Hello, world. You're at the polls index.") + def weather_config(request): """ PM 20180926 prototype without database http://127.0.0.1:8000/dashboard/weather/config @@ -47,4 +49,3 @@ def weather_config_update(request): except: return HttpResponse('{"update":"ERROR", "cmd_name":"' + cmd_name + '"}', content_type="application/json", status="500") - -- libgit2 0.21.2