mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-20 05:21:22 +02:00
missing routes.json file for direct routing
This commit is contained in:
8
quiz-app/public/routes.json
Normal file
8
quiz-app/public/routes.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"routes": [
|
||||||
|
{
|
||||||
|
"route": "/*",
|
||||||
|
"serve": "/index.html"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Reference in New Issue
Block a user