Renamed seasonedAPI to api.js

This commit is contained in:
2019-06-04 22:34:05 +02:00
parent df33e2408a
commit 7f38f7f0cd
5 changed files with 15 additions and 13 deletions

View File

@@ -129,7 +129,7 @@ import Person from './Person.vue'
import LoadingPlaceholder from './ui/LoadingPlaceholder.vue'
import { getMovie, getShow, request } from '../seasonedAPI.js'
import { getMovie, getShow, request } from '@/api.js'
export default {
props: ['id', 'type'],