We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 335a080 commit bbba3a4Copy full SHA for bbba3a4
1 file changed
rootfs/api/urls.py
@@ -108,7 +108,7 @@
108
# application resources
109
re_path(r"^resources/services/?$", views.AppResourcesViewSet.as_view({'get': 'services'})),
110
re_path(
111
- r"^resources/services/(?P<id>[-_\w]+)/plans/?$",
+ r"^resources/services/(?P<id>[-_ \.\d\w]+)/plans/?$",
112
views.AppResourcesViewSet.as_view({'get': 'plans'})),
113
114
r"^apps/(?P<id>{})/resources/?$".format(settings.APP_URL_REGEX),
0 commit comments