fix: for dev env

This commit is contained in:
Michael 2025-04-03 17:10:14 +02:00
parent bb9ce90f21
commit 02172b0f03
2 changed files with 77 additions and 1 deletions

View file

@ -46,7 +46,7 @@ const onSubmit = () => {
const setTimezone = (user): Promise<string> => {
console.log(user);
return axios.get("http://127.0.0.1:8080/api/v2/preferences", {
return axios.get("http://127.0.0.1:9876/api/v2/preferences", {
auth: {
username: user.login,
password: data.password