summaryrefslogtreecommitdiff
path: root/gopher
diff options
context:
space:
mode:
Diffstat (limited to 'gopher')
-rw-r--r--gopher/response.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gopher/response.go b/gopher/response.go
index 527e742..042feba 100644
--- a/gopher/response.go
+++ b/gopher/response.go
@@ -91,7 +91,7 @@ func (md MapDocument) String() string {
// Meta will be the MapDocument itself.
func (md MapDocument) Response() *types.Response {
return &types.Response{
- Status: DocumentType,
+ Status: MenuType,
Meta: md,
Body: md.serialize(),
}