functions created and now working, lets move modes functions here now

This commit is contained in:
filipriec
2025-04-03 19:43:59 +02:00
parent 9bfac04c44
commit 07aeecbbfc
5 changed files with 563 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
// src/functions/modes/read_only.rs
pub mod auth_ro;
pub mod form_ro;