style: cargo fmt
This commit is contained in:
parent
c21762ac7e
commit
78e87b65ce
23 changed files with 555 additions and 276 deletions
|
@ -1,9 +1,7 @@
|
|||
use actix_web::{web, Scope};
|
||||
use actix_web::{Scope, web};
|
||||
|
||||
mod id;
|
||||
|
||||
pub fn web() -> Scope {
|
||||
web::scope("/invites")
|
||||
.service(id::get)
|
||||
.service(id::join)
|
||||
web::scope("/invites").service(id::get).service(id::join)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue