changed api apth

This commit is contained in:
Gvidas Juknevičius 2024-03-30 17:14:52 +02:00
parent cdcc9764ae
commit 14029ef399
Signed by: MCorange
GPG Key ID: 12B1346D720B7FBB

View File

@ -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)
) )
} }