brett plis

This commit is contained in:
Valmo Trindade
2024-09-12 02:17:52 -03:00
parent cb9ca9cd20
commit d3af4e064b
4 changed files with 56 additions and 30 deletions

View File

@@ -12,12 +12,4 @@ mod request {
pub fn post(data: String) -> &'static str {
return "not implemented yet";
}
pub fn get(data: String) -> &'static str {
return "not implemented yet";
}
pub fn delete(data: String) -> &'static str {
return "not implemented yet";
}
}