feat: add list of currencies
This commit is contained in:
@@ -150,7 +150,8 @@ func (s *Server) Setup() error {
|
||||
restricted.StorageHandlerRoutes(restrictedStorage)
|
||||
webdav.StorageHandlerRoutes(webdavStorage)
|
||||
|
||||
restricted.CurrencyHandlerRoutes(s.restricted)
|
||||
restrictedCurrency := s.restricted.Group("/currency-rate")
|
||||
restricted.CurrencyHandlerRoutes(restrictedCurrency)
|
||||
|
||||
s.api.All("*", func(c fiber.Ctx) error {
|
||||
return c.SendStatus(fiber.StatusNotFound)
|
||||
|
||||
Reference in New Issue
Block a user