prepare public symlink
This commit is contained in:
@@ -130,12 +130,7 @@ export async function fetchVersion() {
|
||||
}
|
||||
|
||||
export async function fetchPing() {
|
||||
const response = await fetch('/ping', {
|
||||
headers: {
|
||||
Accept: 'application/json',
|
||||
},
|
||||
})
|
||||
return parseResponse(response)
|
||||
return apiFetch('/ping')
|
||||
}
|
||||
|
||||
export async function fetchVersionCheck() {
|
||||
|
||||
Reference in New Issue
Block a user