chore: change default port from 8080 to 3018 in __main__.py main function

This commit is contained in:
retoor 2024-12-05 18:37:26 +00:00
parent 9d82613c66
commit 421e969d35

View File

@ -5,10 +5,8 @@ from rchat.app import create_app
def main():
app = create_app()
web.run_app(app, port=8080)
web.run_app(app, port=3018)
# Run the server
if __name__ == "__main__":
main()
# static/index.html