feat: add friends!
This commit is contained in:
parent
ac3e7e242b
commit
e8b8b49643
13 changed files with 439 additions and 39 deletions
|
@ -11,12 +11,16 @@ use crate::{
|
|||
};
|
||||
|
||||
mod guilds;
|
||||
mod friends;
|
||||
|
||||
pub fn web() -> Scope {
|
||||
web::scope("/me")
|
||||
.service(get)
|
||||
.service(update)
|
||||
.service(guilds::get)
|
||||
.service(friends::get)
|
||||
.service(friends::post)
|
||||
.service(friends::uuid::delete)
|
||||
}
|
||||
|
||||
#[get("")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue