refactor: rename api to web

This commit is contained in:
Ayo Ayco 2024-04-08 16:33:54 +02:00
parent 674307b073
commit ced9f535c7
2 changed files with 1 additions and 1 deletions

View file

View file

@ -1,4 +1,4 @@
from api import app
from web import app
if __name__ == '__main__':
app.run()