We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef5712a commit 93d26b5Copy full SHA for 93d26b5
1 file changed
rootfs/api/urls.py
@@ -53,8 +53,7 @@
53
# application services
54
url(r"^apps/(?P<id>{})/services/?$".format(settings.APP_URL_REGEX),
55
views.ServiceViewSet.as_view({'post': 'create_or_update',
56
- 'get': 'list',
57
- 'delete': 'delete'})),
+ 'get': 'list', 'delete': 'delete'})),
58
# application actions
59
url(r"^apps/(?P<id>{})/scale/?$".format(settings.APP_URL_REGEX),
60
views.AppViewSet.as_view({'post': 'scale'})),
0 commit comments