add
This commit is contained in:
@@ -66,7 +66,8 @@ func routes() http.Handler {
|
||||
svc := service.New(repo)
|
||||
h := handler.New(svc)
|
||||
cors := httpx.CORS()
|
||||
return cors(router.New(h))
|
||||
reqID := httpx.RequestID()
|
||||
return reqID(cors(router.New(h)))
|
||||
}
|
||||
|
||||
func applySchema(path string) error {
|
||||
|
||||
Reference in New Issue
Block a user