perf(backend): allow get for some endpoints
This commit is contained in:
parent
1b1f82a2e2
commit
a1327fa9e1
5 changed files with 7 additions and 3 deletions
|
|
@ -53,7 +53,7 @@ const stats = ref([]);
|
|||
const fetching = ref(true);
|
||||
|
||||
const fetch = () => {
|
||||
os.api('hashtags/trend').then(res => {
|
||||
os.apiGet('hashtags/trend').then(res => {
|
||||
stats.value = res;
|
||||
fetching.value = false;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue