aboutsummaryrefslogtreecommitdiff
path: root/server/src/routes.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/routes.rs')
-rw-r--r--server/src/routes.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/server/src/routes.rs b/server/src/routes.rs
index 62a70b7..19c76b2 100644
--- a/server/src/routes.rs
+++ b/server/src/routes.rs
@@ -5,7 +5,7 @@
*/
use crate::{
State,
- api::{r_api_account_login, r_api_root, r_nodes_modified_since, r_version},
+ api::{r_api_root, r_nodes_modified_since, r_version},
compat::youtube::{r_youtube_channel, r_youtube_embed, r_youtube_watch},
logic::{
playersync::{PlayersyncChannels, r_playersync},
@@ -127,7 +127,6 @@ pub fn build_rocket(state: Arc<State>) -> Rocket<Build> {
r_stats,
r_stream,
// API
- r_api_account_login,
r_nodes_modified_since,
r_api_root,
r_version,