From 744e5b7043f52ed7fdcac16a68e21f603b80cd6d Mon Sep 17 00:00:00 2001 From: Nikhil Nandagopal Date: Mon, 2 Sep 2019 18:05:18 +0530 Subject: [PATCH] fixed redirect --- app/client/public/_redirects | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/public/_redirects b/app/client/public/_redirects index 293658da47..50a463356b 100644 --- a/app/client/public/_redirects +++ b/app/client/public/_redirects @@ -1 +1 @@ -/* /index.html \ No newline at end of file +/* /index.html 200 \ No newline at end of file