mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 14:03:29 +00:00
removed request templates on util file, don't think i will be using it
This commit is contained in:
14
src/util.rs
14
src/util.rs
@@ -2,16 +2,4 @@ pub fn get_uuid() -> String {
|
||||
use uuid::Uuid;
|
||||
|
||||
Uuid::new_v4().to_string()
|
||||
}
|
||||
|
||||
mod sync_request {
|
||||
pub fn get(address: String, token: String) -> String {
|
||||
let par = address + &token;
|
||||
|
||||
return par;
|
||||
}
|
||||
|
||||
pub fn post(data: String) -> &'static str {
|
||||
return "not implemented yet";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user