core/business_cases/post_creating/common/src/commonMain/kotlin/dev/inmo/postssystem/business_cases/post_creating/server/Routings.kt

6 lines
169 B
Kotlin

package dev.inmo.postssystem.business_cases.post_creating.server
const val postCreatingRootRoute = "postCreating"
const val postCreatingCreatePostRoute = "createPost"