aboutsummaryrefslogtreecommitdiffstats
path: root/lib/agent/apiv1-browse.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/agent/apiv1-browse.go')
-rw-r--r--lib/agent/apiv1-browse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/agent/apiv1-browse.go b/lib/agent/apiv1-browse.go
index dcfe79b..f1b25e8 100644
--- a/lib/agent/apiv1-browse.go
+++ b/lib/agent/apiv1-browse.go
@@ -37,7 +37,7 @@ func (s *APIService) browseFS(c *gin.Context) {
response := apiDirectory{
Dir: []directory{
- directory{Name: "TODO SEB"},
+ directory{Name: "TODO"},
},
}