fix typo
This commit is contained in:
parent
511799f85b
commit
d57729eb73
|
|
@ -5,7 +5,7 @@ table_name = 'conditions'
|
||||||
route = table_name
|
route = table_name
|
||||||
r = getRethinkDB()
|
r = getRethinkDB()
|
||||||
|
|
||||||
booleans = ["disbled"]
|
booleans = ["disabled"]
|
||||||
|
|
||||||
def create_conditions_routes(app):
|
def create_conditions_routes(app):
|
||||||
# Create a table (if not exists)
|
# Create a table (if not exists)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue