Skip to content

Commit

Permalink
fix: fix regression by returning the v2 status endpoint (#2073)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaboiishere authored Jan 22, 2025
1 parent 817ea69 commit 4d4da97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ae_mdw_web/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ defmodule AeMdwWeb.Router do
get "/stats", StatsController, :stats
get "/minerstats", StatsController, :miners_stats
get "/wealth", WealthController, :wealth
get "/status", UtilController, :status

get "/api", UtilController, :static_file,
assigns: %{filepath: "static/swagger/swagger_v2.json"}
Expand Down

0 comments on commit 4d4da97

Please sign in to comment.