changed baseurl

This commit is contained in:
idittrich-valueon 2025-05-19 14:21:41 +02:00
parent 1f25523f63
commit b8670c1016

View file

@ -2,8 +2,8 @@
import axios from 'axios';
const api = axios.create({
/*baseURL: 'https://gateway.poweron-center.net',*/
baseURL: 'http://localhost:8000',
baseURL: 'https://gateway.poweron-center.net',
/*baseURL: 'http://localhost:8000',*/
withCredentials: true
});