diff --git a/app/setup/router.py b/app/setup/router.py index 569c6dc..e001e77 100644 --- a/app/setup/router.py +++ b/app/setup/router.py @@ -5,5 +5,5 @@ from app.system.models import APIPlatform router = None _PLATFORM = config("platform", default=APIPlatform.RASPIBLITZ) -if _PLATFORM != APIPlatform.RASPIBLITZ: +if _PLATFORM == APIPlatform.RASPIBLITZ: from app.setup.impl.raspiblitz.router import router