Skip to content

Commit

Permalink
Repair comment
Browse files Browse the repository at this point in the history
  • Loading branch information
micahalcorn committed Apr 27, 2023
1 parent 13ebe3b commit 803fe4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/web_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ def total_ousd():
return make_response(token_stats.total_ousd(), 200)

# do not remove
# used by coinmarketcap.com to calculate total supply and circulating supply of OUSD
# used by coinmarketcap.com to calculate total supply and circulating supply of OETH
@app.route("/total-oeth", methods=["GET"], strict_slashes=False)
@app.route("/<lang_code>/total-oeth", methods=["GET"], strict_slashes=False)
def total_oeth():
Expand Down

0 comments on commit 803fe4d

Please sign in to comment.