<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script></head><body> <script> axios({ methods:'get', url:'http://47.108.197.28:3000/top/playlist', }).then(res=>{ console.log(res.data.playlists); }) </script>