CRUD for project

This commit is contained in:
2024-11-10 10:54:20 +01:00
parent 1ccded15cc
commit 41ad5ab612
21 changed files with 568 additions and 163 deletions

View File

@@ -1,4 +1,5 @@
mod auth;
mod prepare_data;
pub mod data;
pub mod data;
pub mod project;