X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=lib%2Fagent%2Fapiv1-browse.go;h=f1b25e84ed03bb7ab51281689e47c3b6b29db4bf;hb=refs%2Ftags%2Fv1.1.0;hp=c873d437c64718c0b53ed9ad3ea59f651d36cfef;hpb=82ede02a56e12026b2dfb1baeacabfbd564006b1;p=src%2Fxds%2Fxds-agent.git diff --git a/lib/agent/apiv1-browse.go b/lib/agent/apiv1-browse.go index c873d43..f1b25e8 100644 --- a/lib/agent/apiv1-browse.go +++ b/lib/agent/apiv1-browse.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 "IoT.bzh" + * Copyright (C) 2017-2018 "IoT.bzh" * Author Sebastien Douheret * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -37,7 +37,7 @@ func (s *APIService) browseFS(c *gin.Context) { response := apiDirectory{ Dir: []directory{ - directory{Name: "TODO SEB"}, + directory{Name: "TODO"}, }, }