Skip to content

Commit bbba3a4

Browse files
authored
chore(controller): modify url match service name (#114)
1 parent 335a080 commit bbba3a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/api/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
# application resources
109109
re_path(r"^resources/services/?$", views.AppResourcesViewSet.as_view({'get': 'services'})),
110110
re_path(
111-
r"^resources/services/(?P<id>[-_\w]+)/plans/?$",
111+
r"^resources/services/(?P<id>[-_ \.\d\w]+)/plans/?$",
112112
views.AppResourcesViewSet.as_view({'get': 'plans'})),
113113
re_path(
114114
r"^apps/(?P<id>{})/resources/?$".format(settings.APP_URL_REGEX),

0 commit comments

Comments
 (0)