migration on new package
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package com.insanusmokrassar.postssystem.publishing.ktor
|
||||
package dev.inmo.postssystem.publishing.ktor
|
||||
|
||||
const val publishingKeysRootRoute = "publishingKeys"
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package com.insanusmokrassar.postssystem.publishing.ktor
|
||||
package dev.inmo.postssystem.publishing.ktor
|
||||
|
||||
//const val getPostIdByTriggerControlKeyRoute = "getPostIdByTriggerControlKey"
|
||||
const val registerTriggerForPostRoute = "registerTriggerForPost"
|
||||
|
@@ -1,3 +1,3 @@
|
||||
package com.insanusmokrassar.postssystem.publishing.ktor
|
||||
package dev.inmo.postssystem.publishing.ktor
|
||||
|
||||
const val triggerPostingRoute = "triggerPosting"
|
@@ -1,7 +1,7 @@
|
||||
package com.insanusmokrassar.postssystem.publishing.ktor
|
||||
package dev.inmo.postssystem.publishing.ktor
|
||||
|
||||
import com.insanusmokrassar.postssystem.core.post.PostId
|
||||
import com.insanusmokrassar.postssystem.core.publishing.TriggerControlKey
|
||||
import dev.inmo.postssystem.core.post.PostId
|
||||
import dev.inmo.postssystem.core.publishing.TriggerControlKey
|
||||
import kotlinx.serialization.builtins.SetSerializer
|
||||
import kotlinx.serialization.builtins.serializer
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
package com.insanusmokrassar.postssystem.publishing.ktor
|
||||
package dev.inmo.postssystem.publishing.ktor
|
||||
|
||||
import com.insanusmokrassar.postssystem.core.post.PostId
|
||||
import com.insanusmokrassar.postssystem.core.publishing.TriggerControlKey
|
||||
import dev.inmo.postssystem.core.post.PostId
|
||||
import dev.inmo.postssystem.core.publishing.TriggerControlKey
|
||||
import kotlinx.serialization.Serializable
|
||||
|
||||
@Serializable
|
||||
|
Reference in New Issue
Block a user