Add jwennStats to oki-api

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-05-23 00:25:18 +04:00
parent 109ac4295d
commit 7b462eab2d
+6
View File
@@ -247,3 +247,9 @@ export async function passwordRequest(lyen, email) {
email
})
}
export async function jwennStats() {
const response = await axios.get(`${OKI_API}/stats`)
console.log('response', response)
return response.data
}