Commit 61c68dc9 authored by Giuseppe Tropea's avatar Giuseppe Tropea
Browse files

bug fix added fromspec enpdpoint

parent a820b038
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,4 +42,4 @@ fromspec = {
    'schema': fromspecschema
}

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