Skip to content

Commit

Permalink
routes: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding committed May 11, 2024
1 parent 5e83d99 commit 039deb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ pub(crate) fn route(content_paths: &ContentPaths) -> Router<FoundationState> {
.route("/team/:lang", get(get_team))
.nest_service("/team/assets", ServeDir::new(&content_paths.team))
.route("/mailing_lists/:list", post(add_subscriber))
.route("/stats", get(get_traffic_stats))
.route("/stats/traffic", get(get_traffic_stats))
.route("/stats/as112", get(get_as112_stats))
.route("/peers", get(get_peers_and_supporter))
Expand Down

0 comments on commit 039deb5

Please sign in to comment.