Add create job endpoint

This commit is contained in:
2025-02-23 19:16:55 +01:00
parent bc2640dee0
commit b5699bd7c2
9 changed files with 100 additions and 4 deletions

View File

@@ -2,4 +2,5 @@ pub mod auth;
pub mod website;
pub mod data;
pub mod project;
pub mod project;
pub mod job;