From fc103599974240cbd5abcfbf2a6f93678e57c2ee Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Tue, 8 Feb 2022 20:13:24 +0100 Subject: store demo matches in database --- planetwars-server/src/lib.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'planetwars-server/src/lib.rs') diff --git a/planetwars-server/src/lib.rs b/planetwars-server/src/lib.rs index 90e0b44..ccd5a02 100644 --- a/planetwars-server/src/lib.rs +++ b/planetwars-server/src/lib.rs @@ -55,10 +55,6 @@ pub async fn api() -> Router { ) .route("/matches/:match_id", get(routes::matches::get_match_log)) .route("/submit_bot", post(routes::demo::submit_bot)) - .route( - "/submission_match_log/:match_id", - get(routes::demo::get_submission_match_log), - ) .layer(AddExtensionLayer::new(pool)); api } -- cgit v1.2.3