fix: for dev env
This commit is contained in:
parent
bb9ce90f21
commit
02172b0f03
2 changed files with 77 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue