feat: split middleware

This commit is contained in:
Maulana Sodiqin
2025-04-07 20:41:14 +07:00
parent 054f0f63ff
commit d2c333dbd6
11 changed files with 235 additions and 42 deletions
+1
View File
@@ -5,6 +5,7 @@ edition = "2024"
[dependencies]
imphnen-iam-service = { version = "0.1.0", path = "../imphnen-iam-service" }
imphnen-middleware-service = { version = "0.1.0", path = "../imphnen-middleware-service" }
imphnen-entities = { version = "0.1.0", path = "../imphnen-entities" }
imphnen-libs = { version = "0.1.0", path = "../imphnen-libs" }
imphnen-utils = { version = "0.1.0", path = "../imphnen-utils" }