ui: add B2B olmayan stok (orphans) page
This commit is contained in:
@@ -395,6 +395,10 @@ func InitRoutes(pgDB *sql.DB, mssql *sql.DB, ml *mailer.GraphMailer) *mux.Router
|
||||
"language", "update",
|
||||
wrapV3(routes.GetTranslationRowsHandler(pgDB)),
|
||||
)
|
||||
r.Handle(
|
||||
"/api/language/translations/runtime",
|
||||
wrapAuthOnly(http.HandlerFunc(routes.GetRuntimeTranslationsHandler(pgDB))),
|
||||
).Methods("GET", "OPTIONS")
|
||||
bindV3(r, pgDB,
|
||||
"/api/language/translations/{id}", "PUT",
|
||||
"language", "update",
|
||||
|
||||
Reference in New Issue
Block a user