aboutsummaryrefslogtreecommitdiffstats
path: root/crates/configuration/src/server/http_svc/routes/typology.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/configuration/src/server/http_svc/routes/typology.rs')
-rw-r--r--crates/configuration/src/server/http_svc/routes/typology.rs4
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;