Remove register URL | Closes #2

This commit is contained in:
PV Tejas 2026-03-01 19:30:52 +05:30
parent ed71714a79
commit 67953ac42e
6 changed files with 10 additions and 4 deletions

View file

@ -15,6 +15,7 @@ def app():
app = create_app({
'TESTING': True,
'DATABASE': db_path,
'ALLOW_REGISTER': True,
})
with app.app_context():