container log should be GET method

This commit is contained in:
mbecker20
2023-01-05 05:20:33 +00:00
parent 7aaececa87
commit db9f633e89

View File

@@ -247,7 +247,7 @@ pub fn router() -> Router {
)
.route(
"/:id/log",
post(
get(
|Extension(state): StateExtension,
Extension(user): RequestUserExtension,
Path(deployment_id): Path<DeploymentId>,