add ktor standard realisation of crud repo
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.insanusmokrassar.postssystem.ktor
|
||||
|
||||
fun buildStandardUrl(
|
||||
basePart: String,
|
||||
subpart: String,
|
||||
parameters: QueryParams = emptyMap()
|
||||
) = "$basePart/$subpart".includeQueryParams(
|
||||
parameters
|
||||
)
|
Reference in New Issue
Block a user