AI-For-Beginners/etc/quiz-app/dist/routes.json

9 lines
72 B
JSON

{
"routes": [
{
"route": "/*",
"serve": "/index.html"
}
]
}