- Fixed some typos

This commit is contained in:
Alexis
2020-06-29 15:55:37 +02:00
parent f8a1a9e73f
commit 4e04014b32
6 changed files with 3 additions and 16 deletions

View File

@@ -1,9 +1,7 @@
import api from './api'
// URL for spells
const resource = "/meta_schools"
// CRUD methods for spells
export default {
getMetaSchools() {
return api.get(`${resource}`)