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(
|
||||
"/api/language/translations/runtime",
|
||||
wrapAuthOnly(http.HandlerFunc(routes.GetRuntimeTranslationsHandler(pgDB))),
|
||||
http.HandlerFunc(routes.GetRuntimeTranslationsHandler(pgDB)),
|
||||
).Methods("GET", "OPTIONS")
|
||||
bindV3(r, pgDB,
|
||||
"/api/language/translations/{id}", "PUT",
|
||||
|
||||
@@ -12,6 +12,7 @@ var publicPaths = []string{
|
||||
"/api/auth/refresh",
|
||||
"/api/password/forgot",
|
||||
"/api/password/reset",
|
||||
"/api/language/translations/runtime",
|
||||
"/api/product-images/",
|
||||
"/uploads/",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user