Get full workspace object

This commit is contained in:
2024-10-21 23:48:50 +02:00
parent 749461f11b
commit ffe82b335a
3 changed files with 11 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ func GetWorkspace(db *db.DB) http.HandlerFunc {
return
}
respondJSON(w, map[string]string{"name": workspace.Name})
respondJSON(w, workspace)
}
}