changed api apth

This commit is contained in:
2024-03-30 17:14:52 +02:00
parent cdcc9764ae
commit 14029ef399

View File

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