Added target and terminal support.
[src/xds/xds-agent.git] / lib / agent / apiv1-browse.go
index dcfe79b..f1b25e8 100644 (file)
@@ -37,7 +37,7 @@ func (s *APIService) browseFS(c *gin.Context) {
 
        response := apiDirectory{
                Dir: []directory{
-                       directory{Name: "TODO SEB"},
+                       directory{Name: "TODO"},
                },
        }