Skip to content

Commit

Permalink
feat: shorten landing page description
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Nov 20, 2023
1 parent aebdb0a commit 6183e65
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ import (
)

const landingPage = `
Available routes are:
The API routes listed below return values in TIA:
/v0/circulating-supply
/v0/total-supply
Note: all routes return values in TIA.
`

func getLandingPage(c *gin.Context) {
Expand Down

0 comments on commit 6183e65

Please sign in to comment.