changed api apth
This commit is contained in:
parent
cdcc9764ae
commit
14029ef399
|
@ -10,7 +10,7 @@ use crate::database::{models, Database};
|
|||
pub fn get_scope() -> Scope {
|
||||
Scope::new("/github")
|
||||
.service(
|
||||
web::resource("/push")
|
||||
web::resource("/")
|
||||
.to(handler)
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user