mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-11 20:05:39 +00:00
Renamed seasonedAPI to api.js
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user