فهرست منبع

fix(gsm): add trailing slash

Bryan Lee 1 سال پیش
والد
کامیت
6f7cf3ed08
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      game-server-manager/src/game/kill.rs

+ 1 - 1
game-server-manager/src/game/kill.rs

@@ -2,7 +2,7 @@ use crate::game::GamesData;
 use crate::ServiceKey;
 use crate::ServiceKey;
 use actix_web::{error, post, web, HttpResponse};
 use actix_web::{error, post, web, HttpResponse};
 
 
-#[post("/kill/{port}")]
+#[post("/kill/{port}/")]
 async fn kill(
 async fn kill(
     port: web::Path<u16>,
     port: web::Path<u16>,
     service_key: ServiceKey,
     service_key: ServiceKey,