API Route Updated

This commit is contained in:
Devansh 2022-05-09 13:39:49 +05:30
parent fab1fbf18c
commit b18b3cc21b
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@
},
fetchCountries: function () {
let countriesEndPoint = `${this.$root.baseUrl}/api/countries?pagination=0`;
let countriesEndPoint = `${this.$root.baseUrl}/api/countries?pagination=0&sort=id&order=asc`;
this.$http.get(countriesEndPoint)
.then(response => {