Commit 11a8cac3 authored by Giuseppe Tropea's avatar Giuseppe Tropea
Browse files

bug in schema name

parent e301e4bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ fromrobot = {
    'resource_methods': ['GET', 'POST', 'DELETE'],
    'allow_unknown': True,
    'pagination': False,
    'schema': googlesheetschema
    'schema': fromrobotschema
}

DOMAIN = {'googlesheet': googlesheet, 'fromrobot': fromrobotschema}
 No newline at end of file