Skip to content
Snippets Groups Projects
Commit 484d1796 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

Refactoring: rename covid19 to flask_covid19

parent c7814a7a
Branches
Tags
1 merge request!162Refactoring 2021 05 20 start
...@@ -16,6 +16,7 @@ from flask_covid19.blueprints.rki_cases.rki_service import RkiService ...@@ -16,6 +16,7 @@ from flask_covid19.blueprints.rki_cases.rki_service import RkiService
from database import app, run_run_with_debug, port, db from database import app, run_run_with_debug, port, db
from flask_covid19.blueprints.app_web.web_services import app_user_service from flask_covid19.blueprints.app_web.web_services import app_user_service
from flask_covid19.blueprints.app_web.web_service import WebService
def run_web(): def run_web():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment