Skip to content

Commit 1a2a6e2

Browse files
committed
Updated README
1 parent ac7742b commit 1a2a6e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ ret = svr.set_mount_point("/public", "./www2"); // 2nd order to search
6565

6666
// Remove mount /
6767
ret = svr.remove_mount_point("/");
68+
69+
// Remove mount /public
70+
ret = svr.remove_mount_point("/public");
6871
```
6972

7073
```cpp

0 commit comments

Comments
 (0)