mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-19 04:52:06 +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