fix typo
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user