steel implementation, validation check only on post request

This commit is contained in:
filipriec
2025-03-07 23:21:00 +01:00
parent 9b8e49e65f
commit 66c29d8d65
6 changed files with 73 additions and 13 deletions

View File

@@ -1,3 +1,4 @@
// src/steel/mod.rs
pub mod handlers;
pub mod validation;