From 5d0ead96e497cb915f1e3787d02debe9af8a54e5 Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Sun, 28 Oct 2018 14:03:28 -0700 Subject: [PATCH] Removed TODO --- src/rocket_api.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rocket_api.rs b/src/rocket_api.rs index ff05a71..b8c514d 100644 --- a/src/rocket_api.rs +++ b/src/rocket_api.rs @@ -22,7 +22,6 @@ const CURRENT_MINOR_VERSION: i32 = 2; const SESSION_FIELD_USERNAME: &str = "username"; // TODO every path.. argument breaks when the path contains square brackets. Needs URLencoding back!! -// TODO range header not supported pub fn get_routes() -> Vec { routes![