feature/backoffice #6

Merged
mats merged 24 commits from feature/backoffice into main 2025-10-16 09:46:07 +02:00
Showing only changes of commit 96315383d4 - Show all commits

View File

@@ -174,7 +174,7 @@ func (fs *FileServer) CartHandler(w http.ResponseWriter, r *http.Request) {
"id": id,
"cartId": cart.CartId(id).String(),
"state": grain,
"rawLog": lines,
"mutations": lines,
"meta": map[string]any{
"size": info.Size(),
"modified": info.ModTime(),