mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-12 10:02:49 +00:00
client - use mobx as state container
This commit is contained in:
@@ -12,7 +12,7 @@ const getCategories = async () => {
|
||||
const res = await axios.get('/api/category');
|
||||
categoryCache = cloneDeep(res.data.data);
|
||||
return res.data.data;
|
||||
}
|
||||
};
|
||||
|
||||
export const CategoryService = {
|
||||
getCategories,
|
||||
|
||||
Reference in New Issue
Block a user