Try to make header moving work

This commit is contained in:
Jonathan Carter
2025-08-26 15:58:32 +02:00
parent 08f232bf51
commit dcbc8dd062
3 changed files with 19 additions and 7 deletions

View File

@@ -54,8 +54,8 @@ if DEV_MODE == "1":
if __name__ == '__main__':
serve(app,
host='0.0.0.0',
port=8080,
host='127.0.0.1',
port=9274,
url_scheme='http',
expose_tracebacks=DEV_MODE)