Move endpoints to routes & preparations to use a database.

This commit is contained in:
grossmj
2020-11-19 15:21:03 +10:30
parent d58407c735
commit c043830e3f
85 changed files with 200 additions and 111 deletions

View File

@ -20,7 +20,7 @@
import json
from fastapi.openapi.docs import get_redoc_html, get_swagger_ui_html
from gns3server.app import app
from gns3server.api.server import app
if __name__ == "__main__":