Commit 4ea18f1a authored by Giuseppe Tropea's avatar Giuseppe Tropea
Browse files

disabled pagination from the db

parent 34282982
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ googlesheet = {
    # most global settings can be overridden at resource level
    'resource_methods': ['GET', 'POST', 'DELETE'],
    'allow_unknown': True,
    'pagination': False,
    'schema': googlesheetschema
}

@@ -23,6 +24,7 @@ fromrobot = {
    # most global settings can be overridden at resource level
    'resource_methods': ['GET', 'POST'],
    'allow_unknown': True,
    'pagination': False,
    'schema': googlesheetschema
}