mirror of
https://github.com/DefectingCat/candy
synced 2025-07-15 16:51:34 +00:00
10 lines
122 B
TOML
10 lines
122 B
TOML
[[host]]
|
|
ip = "0.0.0.0"
|
|
port = 4000
|
|
|
|
[[host.route]]
|
|
# route path: GET /
|
|
location = "/"
|
|
# static file path
|
|
root = "./html"
|