Update constants.ts

This commit is contained in:
IRBorisov 2023-08-08 15:48:42 +03:00
parent a4c31efdb6
commit 586052f671

View File

@ -1,7 +1,7 @@
// Constants // Constants
const prod = { const prod = {
// backend: 'http://dev.concept.ru:8000', backend: 'http://dev.concept.ru:8000',
backend: 'http://localhost:8000', // backend: 'http://localhost:8000',
}; };
const dev = { const dev = {