This commit is contained in:
Ada Werefox 2024-03-09 16:57:57 -06:00
parent 0b888c75eb
commit 0af5bf4bb4
1 changed files with 1 additions and 1 deletions

View File

@ -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):