mirror of
https://github.com/Myzel394/kleckrelay-website.git
synced 2025-06-19 15:55:26 +02:00
updates api urls
This commit is contained in:
parent
b828f75332
commit
40e1512df3
@ -2,5 +2,5 @@ import {ServerSettings} from "~/server-types"
|
||||
import {client} from "~/constants/axios-client"
|
||||
|
||||
export default async function getServerSettings(): Promise<ServerSettings> {
|
||||
return (await client.get(`${import.meta.env.VITE_SERVER_BASE_URL}/v1/settings`)).data
|
||||
return (await client.get(`${import.meta.env.VITE_SERVER_BASE_URL}/v1/server/settings`)).data
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user