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 {
|
pub fn get_scope() -> Scope {
|
||||||
Scope::new("/github")
|
Scope::new("/github")
|
||||||
.service(
|
.service(
|
||||||
web::resource("/push")
|
web::resource("/")
|
||||||
.to(handler)
|
.to(handler)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user