This commit is contained in:
2024-10-12 03:55:19 +03:00
parent c0da607b72
commit 55ba06295e
37 changed files with 1200 additions and 156 deletions

View File

@@ -1,7 +1,7 @@
import axios from 'axios';
export const baseUrl = 'https://assemblr.denco.store';
// export const baseUrl = 'http://192.168.1.101:5000';
// export const baseUrl = 'https://assemblr.denco.store';
export const baseUrl = 'http://192.168.1.101:5000';
const apiClient = axios.create({
baseURL: baseUrl
});