feat: add bogus login
This commit is contained in:
parent
a8886f616a
commit
3461218025
2 changed files with 72 additions and 0 deletions
|
@ -2,9 +2,11 @@ use actix_web::{Scope, web};
|
|||
|
||||
mod stats;
|
||||
mod register;
|
||||
mod login;
|
||||
|
||||
pub fn web() -> Scope {
|
||||
web::scope("/v1")
|
||||
.service(stats::res)
|
||||
.service(register::res)
|
||||
.service(login::res)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue