diff options
author | Pacien TRAN-GIRARD | 2012-09-16 15:59:14 +0100 |
---|---|---|
committer | Pacien | 2015-12-07 22:48:24 +0100 |
commit | c188634ef6220aa372bece624f6c29fa8aa90cd9 (patch) | |
tree | 58857f2888441f391fad7b3c363e6b53dff34ac8 | |
parent | d13bd5d9ef4e4b4503506e40695f65e020fec237 (diff) | |
download | ninja-go-local-cloud-c188634ef6220aa372bece624f6c29fa8aa90cd9.tar.gz |
Fix cloudstatus path (add the missing "/").
-rw-r--r-- | src/ninjacloud.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
44 | const filePath = "/file/" | 44 | const filePath = "/file/" |
45 | const dirPath = "/directory/" | 45 | const dirPath = "/directory/" |
46 | const webPath = "/web?url=" | 46 | const webPath = "/web?url=" |
47 | const statusPath = "/cloudstatus" | 47 | const statusPath = "/cloudstatus/" |
48 | 48 | ||
49 | const filePathLen = len(filePath) | 49 | const filePathLen = len(filePath) |
50 | const dirPathLen = len(dirPath) | 50 | const dirPathLen = len(dirPath) |