From c188634ef6220aa372bece624f6c29fa8aa90cd9 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sun, 16 Sep 2012 15:59:14 +0100 Subject: Fix cloudstatus path (add the missing "/"). --- src/ninjacloud.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ninjacloud.go b/src/ninjacloud.go index eb9783b..984f6a9 100644 --- a/src/ninjacloud.go +++ b/src/ninjacloud.go @@ -44,7 +44,7 @@ var rootFlag string const filePath = "/file/" const dirPath = "/directory/" const webPath = "/web?url=" -const statusPath = "/cloudstatus" +const statusPath = "/cloudstatus/" const filePathLen = len(filePath) const dirPathLen = len(dirPath) -- cgit v1.2.3