Skip to content

Commit

Permalink
weird space
Browse files Browse the repository at this point in the history
  • Loading branch information
acharb committed Nov 12, 2021
1 parent d072a58 commit df08c7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ app.get("/api/v2/lumens/total-supply", lumensV2.totalSupplyHandler);
app.get("/api/v2/lumens/circulating-supply", lumensV2.circulatingSupplyHandler);

app.get("/api/v3/lumens/total-supply-check", lumensV3.totalSupplySumHandler);

app.get("/api/v3/lumens/total-supply", lumensV3.totalSupplyDataHandler);

app.listen(app.get("port"), function() {
Expand Down

0 comments on commit df08c7a

Please sign in to comment.