- Fixed methods of spell list
This commit is contained in:
@@ -8,5 +8,8 @@ export default {
|
||||
},
|
||||
getOne(id) {
|
||||
return api.get(`${resource}/${id}`)
|
||||
},
|
||||
getSpellsFromOne(id) {
|
||||
return api.get(`${resource}/${id}/spells`)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user