feat (generate-file): screening form a tested and ok, form b not fully tested
This commit is contained in:
@@ -316,7 +316,9 @@ func SetRoutes() http.Handler {
|
||||
"PATCH /{id}/validate": resume.Validate,
|
||||
})
|
||||
hk.GroupRoutes("/v1/screening", r, auth.GuardMW, hk.MapHandlerFunc{
|
||||
"POST /": screening.O.Create,
|
||||
"POST /": screening.O.Create,
|
||||
"GET /": screening.O.GetList,
|
||||
"GET /{id}": screening.O.GetDetail,
|
||||
})
|
||||
/******************** actor ********************/
|
||||
hc.RegCrud(r, "/v1/person", person.O)
|
||||
|
||||
Reference in New Issue
Block a user