mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-09-01 02:42:03 +02:00
9 lines
72 B
JSON
9 lines
72 B
JSON
{
|
|
"routes": [
|
|
{
|
|
"route": "/*",
|
|
"serve": "/index.html"
|
|
}
|
|
]
|
|
}
|