Spaces:
Paused
Paused
import { details } from './main'; | |
details({ movie_id: 'tt2267998' }).then(response => console.log(response.data)); |
import { details } from './main'; | |
details({ movie_id: 'tt2267998' }).then(response => console.log(response.data)); |