Обновил адрес бэкенда

This commit is contained in:
Pavel Torbeev 2023-08-27 07:22:06 +03:00
parent 5e6bba0209
commit e69d9aff48

View File

@ -1,6 +1,6 @@
// export const BACKEND_URL = 'http://192.168.83.181:8000';
// export const BACKEND_URL = 'http://192.168.22.4:8000';
// export const BACKEND_URL = 'https://ed68-77-234-219-9.ngrok-free.app';
export const BACKEND_URL = 'http://192.168.83.181';
export const BACKEND_URL = 'https://9839-176-59-1-128.ngrok-free.app';
export const API_URL = BACKEND_URL + '/api';