ui: add B2B olmayan stok (orphans) page

This commit is contained in:
M_Kececi
2026-06-25 14:14:09 +03:00
parent 52b39725ec
commit dfad548963
19 changed files with 594 additions and 71 deletions

View File

@@ -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",