divide auth and users handlers

This commit is contained in:
2025-10-11 09:21:30 +05:00
parent 0a66e544d6
commit 3807d060a8
7 changed files with 283 additions and 141 deletions
@@ -9,7 +9,7 @@ import (
func CommonMiddleware() []func(http.Handler) http.Handler {
return []func(http.Handler) http.Handler{
middleware.Logger,
ZapLogger,
middleware.Recoverer,
middleware.RequestID,
cors.Handler(cors.Options{