Sort jwennTeks result
This commit is contained in:
+3
-1
@@ -22,6 +22,8 @@ export async function jwennAwtisPajinasyon(paj) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export async function jwennTeks() {
|
export async function jwennTeks() {
|
||||||
const response = await axios.get(`${OKI_API}/mizik`)
|
const query = '_sort=titre:ASC'
|
||||||
|
|
||||||
|
const response = await axios.get(`${OKI_API}/mizik?${query}`)
|
||||||
return response.data
|
return response.data
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user