We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c276d commit 503aa61Copy full SHA for 503aa61
httplib.h
@@ -622,7 +622,7 @@ class Server {
622
Server &Options(const std::string &pattern, Handler handler);
623
624
bool set_base_dir(const std::string &dir,
625
- const std::string &mount_point = nullptr);
+ const std::string &mount_point = std::string());
626
bool set_mount_point(const std::string &mount_point, const std::string &dir,
627
Headers headers = Headers());
628
bool remove_mount_point(const std::string &mount_point);
0 commit comments