fixes and filling of cru.yml for swagger

This commit is contained in:
2022-06-04 16:18:48 +06:00
parent 3bbde61f39
commit 8fc1ff1d59
3 changed files with 201 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ class KtorWriteCrudRepoClient<ObjectType, IdType, InputValue> (
override suspend fun update(
values: List<UpdatedValuePair<IdType, InputValue>>
): List<ObjectType> = httpClient.post(
buildStandardUrl(baseUrl, updateManyRouting)
buildStandardUrl(baseUrl, updateRouting)
) {
updateSetup(values)
}.updateBodyGetter()