Add jwennStats to oki-api
This commit is contained in:
@@ -247,3 +247,9 @@ export async function passwordRequest(lyen, email) {
|
|||||||
email
|
email
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export async function jwennStats() {
|
||||||
|
const response = await axios.get(`${OKI_API}/stats`)
|
||||||
|
console.log('response', response)
|
||||||
|
return response.data
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user