diff --git a/tunictracker/tracker/views.py b/tunictracker/tracker/views.py index e2a5445..0a02988 100644 --- a/tunictracker/tracker/views.py +++ b/tunictracker/tracker/views.py @@ -7,7 +7,7 @@ import requests from .forms import ServerAddressForm # Create your views here. -default_address = 'https://localhost:8000/spoiler' +default_address = 'http://localhost:8000/spoiler' def index(request):