Add create job endpoint
This commit is contained in:
@@ -48,6 +48,7 @@ impl Hooks for App {
|
||||
|
||||
fn routes(_ctx: &AppContext) -> AppRoutes {
|
||||
AppRoutes::with_default_routes() // controller routes below
|
||||
.add_route(controllers::job::routes())
|
||||
.add_route(controllers::project::routes())
|
||||
.add_route(controllers::data::routes())
|
||||
.add_route(controllers::auth::routes())
|
||||
|
Reference in New Issue
Block a user