diff options
Diffstat (limited to 'backend')
-rw-r--r-- | backend/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/__init__.py b/backend/__init__.py index 53cefe1..f8bfd6a 100644 --- a/backend/__init__.py +++ b/backend/__init__.py @@ -10,5 +10,6 @@ db = SQLAlchemy(app) from frontend import * GrumpyView.register(app) +SetupView.register(app) __all__ = ["app", "db"] |