Apply fixes according to code review comments
[arvados-workbench2.git] / src / services / groups-service / groups-service.ts
index 9016714b93de519804a9b4cfbee42d6c151de68b..f230c70fa0bdd94ca3867f283fd2e7babe9303e2 100644 (file)
@@ -41,7 +41,7 @@ export default class GroupsService extends CommonResourceService<GroupResource>
             order: order ? order.get() : undefined
         };
         return this.serverApi
-            .get(this.resourceType + `/${uuid}/contents`, {
+            .get(this.resourceType + `${uuid}/contents/`, {
                 params: CommonResourceService.mapKeys(_.snakeCase)(params)
             })
             .then(CommonResourceService.mapResponseKeys);