removed wtf is this

This commit is contained in:
Valmo Trindade
2024-09-12 03:19:35 -03:00
parent f2745e5679
commit be2f78ed21

View File

@@ -4,10 +4,6 @@ pub fn get_uuid() -> String {
Uuid::new_v4().to_string()
}
pub(crate) mod data_parsing {
}
mod request {
pub fn post(data: String) -> &'static str {
return "not implemented yet";