Remove register URL | Closes #2
This commit is contained in:
parent
ed71714a79
commit
67953ac42e
6 changed files with 10 additions and 4 deletions
|
|
@ -15,6 +15,7 @@ def app():
|
|||
app = create_app({
|
||||
'TESTING': True,
|
||||
'DATABASE': db_path,
|
||||
'ALLOW_REGISTER': True,
|
||||
})
|
||||
|
||||
with app.app_context():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue