mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 19:23:30 +00:00
brett plis
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user