From 5fe7885b503c3489db0961bfea993b28961673d2 Mon Sep 17 00:00:00 2001 From: RinatMadreiter <95545985+RinatMadreiter@users.noreply.github.com> Date: Sun, 18 Jun 2023 11:17:35 +0200 Subject: [PATCH] Update EventService.js change apiClient BaseURL to new Syntax URL, otherwise it might be confusing --- src/services/EventService.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/EventService.js b/src/services/EventService.js index 319774d..937691f 100644 --- a/src/services/EventService.js +++ b/src/services/EventService.js @@ -1,7 +1,7 @@ import axios from 'axios' const apiClient = axios.create({ - baseURL: 'https://my-json-server.typicode.com/Code-Pop/Real-World_Vue-3', + baseURL: 'https://my-json-server.typicode.com/Code-Pop/Real-World-Vue-3-New-Syntax', withCredentials: false, headers: { Accept: 'application/json',