From 862e0cffe5a264f7713e92a0b46bf41150868532 Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Mon, 28 Dec 2020 11:43:42 -0500 Subject: [PATCH] missing routes.json file for direct routing --- quiz-app/public/routes.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 quiz-app/public/routes.json diff --git a/quiz-app/public/routes.json b/quiz-app/public/routes.json new file mode 100644 index 00000000..319082f7 --- /dev/null +++ b/quiz-app/public/routes.json @@ -0,0 +1,8 @@ +{ + "routes": [ + { + "route": "/*", + "serve": "/index.html" + } + ] +}