mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 01:08:27 +00:00
Updated README
This commit is contained in:
parent
ac7742bb32
commit
1a2a6e2b01
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue