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

@@ -1,4 +1,5 @@
pub mod auth;
pub mod data;
pub mod website;
pub mod projects;
pub mod projects;
pub mod job;