diff options
-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) |