small fixes
This commit is contained in:
parent
b94417b77d
commit
ac7c3a1dc5
@ -3,4 +3,3 @@ package com.insanusmokrassar.postssystem.utils.repos.ktor.common
|
|||||||
const val getByPaginationRouting = "getByPagination"
|
const val getByPaginationRouting = "getByPagination"
|
||||||
const val getByIdRouting = "getById"
|
const val getByIdRouting = "getById"
|
||||||
const val containsRouting = "contains"
|
const val containsRouting = "contains"
|
||||||
const val getAllRouting = "getAll"
|
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
package com.insanusmokrassar.postssystem.utils.repos.ktor.common
|
|
||||||
|
|
||||||
import kotlinx.serialization.Serializable
|
|
||||||
|
|
||||||
@Serializable
|
|
||||||
data class TemporalInputObjectForUpdate<IdType, InputValue>(
|
|
||||||
val id: IdType,
|
|
||||||
val input: InputValue
|
|
||||||
)
|
|
Loading…
Reference in New Issue
Block a user