ui: update ProductPerformanceProfitability page to enhance table views and tabs management
This commit is contained in:
+1
-1
@@ -397,7 +397,7 @@ func InitRoutes(pgDB *sql.DB, mssql *sql.DB, ml *mailer.GraphMailer) *mux.Router
|
|||||||
)
|
)
|
||||||
r.Handle(
|
r.Handle(
|
||||||
"/api/language/translations/runtime",
|
"/api/language/translations/runtime",
|
||||||
wrapAuthOnly(http.HandlerFunc(routes.GetRuntimeTranslationsHandler(pgDB))),
|
http.HandlerFunc(routes.GetRuntimeTranslationsHandler(pgDB)),
|
||||||
).Methods("GET", "OPTIONS")
|
).Methods("GET", "OPTIONS")
|
||||||
bindV3(r, pgDB,
|
bindV3(r, pgDB,
|
||||||
"/api/language/translations/{id}", "PUT",
|
"/api/language/translations/{id}", "PUT",
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ var publicPaths = []string{
|
|||||||
"/api/auth/refresh",
|
"/api/auth/refresh",
|
||||||
"/api/password/forgot",
|
"/api/password/forgot",
|
||||||
"/api/password/reset",
|
"/api/password/reset",
|
||||||
|
"/api/language/translations/runtime",
|
||||||
"/api/product-images/",
|
"/api/product-images/",
|
||||||
"/uploads/",
|
"/uploads/",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user