package routes import "framework_v2/internal/http/controllers/user" func InitApiRoutes() { HandleRoute(GET, "/", user.CurrentUser) }