mirror of
https://github.com/MarcZierle/photo-log-frontend.git
synced 2025-04-07 21:14:37 +00:00
change api subdomain
This commit is contained in:
parent
d8a944ae96
commit
bfb3b2afbe
@ -1,7 +1,7 @@
|
|||||||
import axios from 'axios'
|
import axios from 'axios'
|
||||||
|
|
||||||
const apiClient = axios.create({
|
const apiClient = axios.create({
|
||||||
baseURL: 'https://server.riezel.com/api/v1',
|
baseURL: 'https://zierle-training.riezel.com/api/v1',
|
||||||
withCredentials: false,
|
withCredentials: false,
|
||||||
timeout: 120000,
|
timeout: 120000,
|
||||||
headers: {
|
headers: {
|
||||||
|
Loading…
Reference in New Issue
Block a user