mirror of
https://github.com/aelve/guide.git
synced 2024-11-23 12:15:06 +03:00
removed console.log
This commit is contained in:
parent
d6eb20dae2
commit
103c9a605f
@ -3,7 +3,6 @@ import axios from 'axios'
|
||||
class CategoryItemService {
|
||||
async getCategoryItem(): Promise<ICategoryItem[]> {
|
||||
const { data } = await axios.get('api/category/sth6l9jl', {})
|
||||
console.log(data);
|
||||
|
||||
return data;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user