1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-22 20:06:21 +02:00
echo/website/argo.json

15 lines
167 B
JSON
Raw Normal View History

{
"www": {
"listen": ":80",
"hosts": {
"*": {
"paths": {
"/*": {
"dir": "/www"
}
}
}
}
}
}