We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24122a6 commit e0d9a57Copy full SHA for e0d9a57
src/superannotate/lib/infrastructure/serviceprovider.py
@@ -24,7 +24,7 @@
24
25
26
class ServiceProvider(BaseServiceProvider):
27
- URL_TEAM = "team"
+ URL_TEAM = "api/v1/team"
28
URL_GET_LIMITS = "project/{project_id}/limitationDetails"
29
URL_GET_TEMPLATES = "templates"
30
URL_PREPARE_EXPORT = "export"
0 commit comments