Skip to content

Commit

Permalink
feat: add morpho
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Feb 6, 2025
1 parent ed85ab6 commit 2e028a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ func NewRouter() *gin.Engine {
router.GET(`vaults/pendle`, CacheSimplifiedVaults(cachingStore, 5*time.Minute, c.GetIsYearnPendle))
router.GET(`vaults/optimism`, CacheSimplifiedVaults(cachingStore, 5*time.Minute, c.GetIsOptimism))
router.GET(`vaults/pooltogether`, CacheSimplifiedVaults(cachingStore, 5*time.Minute, c.GetIsYearnPoolTogether))
router.GET(`vaults/morpho`, CacheSimplifiedVaults(cachingStore, 5*time.Minute, c.GetIsMorpho))
router.GET(`vaults/ajna`, CacheSimplifiedVaults(cachingStore, 5*time.Minute, c.GetIsAjna))
router.GET(`vaults/velodrome`, CacheSimplifiedVaults(cachingStore, 5*time.Minute, c.GetIsVelodrome))
router.GET(`vaults/aerodrome`, CacheSimplifiedVaults(cachingStore, 5*time.Minute, c.GetIsAerodrome))
Expand Down

0 comments on commit 2e028a3

Please sign in to comment.