diff options
Diffstat (limited to 'src/zenserver/vfs/vfsservice.cpp')
| -rw-r--r-- | src/zenserver/vfs/vfsservice.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zenserver/vfs/vfsservice.cpp b/src/zenserver/vfs/vfsservice.cpp index c53682d93..04ba29ed2 100644 --- a/src/zenserver/vfs/vfsservice.cpp +++ b/src/zenserver/vfs/vfsservice.cpp @@ -58,8 +58,8 @@ GetContentAsCbObject(HttpServerRequest& HttpReq, CbObject& Cb) // // to test: // -// echo {"method": "mount", "params": {"path": "d:\\VFS_ROOT"}} | curl.exe http://localhost:1337/vfs --data-binary @- -// echo {"method": "unmount"} | curl.exe http://localhost:1337/vfs --data-binary @- +// echo {"method": "mount", "params": {"path": "d:\\VFS_ROOT"}} | curl.exe http://localhost:8558/vfs --data-binary @- +// echo {"method": "unmount"} | curl.exe http://localhost:8558/vfs --data-binary @- VfsService::VfsService() { |