From 1093c4f957db9f2f5eed83d5e3fa562ed01a8dee Mon Sep 17 00:00:00 2001 From: IRBorisov <8611739+IRBorisov@users.noreply.github.com> Date: Wed, 9 Aug 2023 17:26:02 +0300 Subject: [PATCH] Update constants.ts --- rsconcept/frontend/src/utils/constants.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rsconcept/frontend/src/utils/constants.ts b/rsconcept/frontend/src/utils/constants.ts index c924d45a..1831603d 100644 --- a/rsconcept/frontend/src/utils/constants.ts +++ b/rsconcept/frontend/src/utils/constants.ts @@ -1,6 +1,7 @@ // Constants const prod = { - backend: 'http://dev.concept.ru:8000', + backend: 'https://dev.concept.ru:8000', + // backend: 'https://localhost:8000', }; const dev = {