Changes between Initial Version and Version 1 of Ticket #35701


Ignore:
Timestamp:
Aug 22, 2024, 6:02:19 AM (4 weeks ago)
Author:
Ingward
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35701 – Description

    initial v1  
    1515Server :
    1616
     17{{{
    1718import uvicorn
    1819
    1920if __name__ == '__main__':
    2021    uvicorn.run("app.asgi:application", reload=True, port=5000, log_level="info", lifespan='auto')
     22}}}
     23
    2124
    2225Error:
Back to Top