API2 dev improvements (#46)

This commit is contained in:
Niklas Fondberg
2022-02-01 13:59:04 +01:00
committed by GitHub
parent 0b0e4f99f8
commit f0b18c6757
6 changed files with 37 additions and 2 deletions
+2
View File
@@ -0,0 +1,2 @@
from api import create_app
app = create_app()