mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-11 13:44:02 +00:00
Updated README
This commit is contained in:
parent
ac7742bb32
commit
1a2a6e2b01
@ -65,6 +65,9 @@ ret = svr.set_mount_point("/public", "./www2"); // 2nd order to search
|
|||||||
|
|
||||||
// Remove mount /
|
// Remove mount /
|
||||||
ret = svr.remove_mount_point("/");
|
ret = svr.remove_mount_point("/");
|
||||||
|
|
||||||
|
// Remove mount /public
|
||||||
|
ret = svr.remove_mount_point("/public");
|
||||||
```
|
```
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user