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