main: Moved main server files

This commit is contained in:
Nathan Woodburn 2023-08-16 17:02:52 +10:00
parent 02457ceddf
commit 21a5762276
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1
4 changed files with 1 additions and 1 deletions

View File

@ -185,4 +185,4 @@ def site_worker(domain):
# Start the server
if __name__ == '__main__':
app.run(debug=False, port=4000)
app.run(debug=False, port=5000)