From cf3a64907bcb236cf2bb947df8f76d344a06ee4c Mon Sep 17 00:00:00 2001 From: Shamiul Mowla Date: Tue, 10 Oct 2023 17:46:18 -0400 Subject: [PATCH] Add a route file for azure to map urls correctly (#1043) --- sandbox/public/routes.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sandbox/public/routes.json diff --git a/sandbox/public/routes.json b/sandbox/public/routes.json new file mode 100644 index 000000000..2f6e56a71 --- /dev/null +++ b/sandbox/public/routes.json @@ -0,0 +1,9 @@ +{ + "routes": [ + { + "route": "/*", + "serve": "/index.html", + "statusCode": 200 + } + ] +} \ No newline at end of file