diff options
| author | zousar <[email protected]> | 2023-10-11 14:02:34 -0600 |
|---|---|---|
| committer | zousar <[email protected]> | 2023-10-11 14:02:34 -0600 |
| commit | e0b1035b679e0d88c34bea5b79cdd1230295308e (patch) | |
| tree | 6facc9c80553c3c510ceb1a5ecf0d484819127a7 /src/zenserver/vfs/vfsservice.cpp | |
| parent | added explicit implementation of IoHash equals operator (#464) (diff) | |
| download | zen-e0b1035b679e0d88c34bea5b79cdd1230295308e.tar.xz zen-e0b1035b679e0d88c34bea5b79cdd1230295308e.zip | |
Change default port to 8558
Changes the default port without altering config for shared instances.
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() { |