mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-06 16:04:23 +00:00
Get full workspace object
This commit is contained in:
@@ -77,7 +77,7 @@ func GetWorkspace(db *db.DB) http.HandlerFunc {
|
||||
return
|
||||
}
|
||||
|
||||
respondJSON(w, map[string]string{"name": workspace.Name})
|
||||
respondJSON(w, workspace)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user