Added GalleriaService
parent
7bb7b97d67
commit
1c8e4d7e9d
|
@ -0,0 +1,9 @@
|
|||
import axios from 'axios'
|
||||
|
||||
export default class GalleriaService {
|
||||
|
||||
getImages() {
|
||||
return axios.get('demo/data/galleria.json')
|
||||
.then(res => res.data.data);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue