Commit 50b80dba1974b24b9f9d49b3ce114930e53d7feb
1 parent
d4340bc0
Exists in
master
and in
39 other branches
Changing api name
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/api/urls.py
... | ... | @@ -9,7 +9,7 @@ from .models import (UserResource, MessageResource, RevisionResource, |
9 | 9 | from .views import VoteView |
10 | 10 | |
11 | 11 | |
12 | -api = Api(api_name='v1') | |
12 | +api = Api(api_name='colab') | |
13 | 13 | api.register(UserResource()) |
14 | 14 | api.register(MessageResource()) |
15 | 15 | api.register(RevisionResource()) | ... | ... |