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 0882595 commit 8c0b712Copy full SHA for 8c0b712
example/file/main.cxx
@@ -3,6 +3,6 @@
3
int main() {
4
auto s = clask::server();
5
s.log.default_level = clask::log_level::INFO;
6
- s.static_dir("/", ".");
+ s.static_dir("/", "./public");
7
s.run();
8
}
0 commit comments