refactor: rename api to web
This commit is contained in:
parent
674307b073
commit
ced9f535c7
2 changed files with 1 additions and 1 deletions
2
wsgi.py
2
wsgi.py
|
@ -1,4 +1,4 @@
|
|||
from api import app
|
||||
from web import app
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run()
|
||||
|
|
Loading…
Reference in a new issue