full reborn

This commit is contained in:
2021-11-24 13:52:27 +06:00
parent 0ac6b0a4df
commit 6a6a197041
246 changed files with 4327 additions and 6952 deletions

View File

@@ -0,0 +1,4 @@
package dev.inmo.postssystem.features.status.common
const val statusRootPart = "status"
const val statusAuthorisedPathPart = "auth"

View File

@@ -0,0 +1 @@
<manifest package="dev.inmo.postssystem.features.status.common"/>