updated config name

This commit is contained in:
Warunee Tamkoo 2024-12-17 10:54:04 +07:00
parent 159c56da8b
commit 8408edde9f
2 changed files with 2 additions and 2 deletions

View file

@ -98,7 +98,7 @@ onMounted(async () => {
if (!checkToken && !token.value) {
await axios
.post(
`${import.meta.env.VITE_SSO_URL}/kcauth`,
`${import.meta.env.VITE_URL_SSO}/kcauth`,
{},
{
headers: {

View file

@ -28,7 +28,7 @@ async function onSubmit() {
await axios
.post(
`${import.meta.env.VITE_SSO_URL}/signin`,
`${import.meta.env.VITE_URL_SSO}/signin`,
{
username: username.value,
password: password.value,