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