feat: add frame
This commit is contained in:
@@ -169,6 +169,9 @@ func main() {
|
||||
r.Get("/carpets", ecoH.Carpets)
|
||||
r.Post("/shop/buy-carpet", ecoH.BuyCarpet)
|
||||
r.Post("/shop/select-carpet", ecoH.SelectCarpet)
|
||||
r.Get("/frames", ecoH.Frames)
|
||||
r.Post("/shop/buy-frame", ecoH.BuyFrame)
|
||||
r.Post("/shop/select-frame", ecoH.SelectFrame)
|
||||
r.Post("/shop/purchase", ecoH.Purchase)
|
||||
r.Post("/rewards/daily", ecoH.Daily)
|
||||
r.Post("/rewards/ad", ecoH.AdReward)
|
||||
|
||||
Reference in New Issue
Block a user