Compare commits

..

1 Commits

Author SHA1 Message Date
radii 11131cf16a Added get method for testing and monitoring 2025-06-19 11:13:43 +10:00
+1 -1
View File
@@ -140,7 +140,7 @@ fn release_deployment_lock(request_id: &str, app_name: &str) {
}
}
#[get("/ping")]
#[get("/deploy")]
async fn ping() -> impl Responder {
"\\\\m//"
}