diff options
author | rtkay123 <dev@kanjala.com> | 2025-08-16 10:08:51 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-08-16 10:08:51 +0200 |
commit | eb59714648bbba66e77955c8bda1c99caf1cede6 (patch) | |
tree | 5c194cd5e132c172e4cb510cc35bb46594f86f02 /crates/configuration/src/server/http_svc/routes/typology.rs | |
parent | 698633baa2505ffb60cb5bba588f8b360c767edd (diff) | |
download | warden-eb59714648bbba66e77955c8bda1c99caf1cede6.tar.bz2 warden-eb59714648bbba66e77955c8bda1c99caf1cede6.zip |
feat(config): typologies
Diffstat (limited to 'crates/configuration/src/server/http_svc/routes/typology.rs')
-rw-r--r-- | crates/configuration/src/server/http_svc/routes/typology.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/configuration/src/server/http_svc/routes/typology.rs b/crates/configuration/src/server/http_svc/routes/typology.rs new file mode 100644 index 0000000..85a593b --- /dev/null +++ b/crates/configuration/src/server/http_svc/routes/typology.rs @@ -0,0 +1,4 @@ +pub mod create_typology; +pub mod delete_typology; +pub mod get_typology; +pub mod post_typology; |