Update constants.ts

This commit is contained in:
IRBorisov 2023-08-09 17:26:02 +03:00
parent db4ba706fb
commit 1093c4f957

View File

@ -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 = {