fix default route

This commit is contained in:
Jonas Heinrich 2020-10-20 16:15:04 +02:00
parent d38994f916
commit 890b8b8e11
2 changed files with 2 additions and 3 deletions

View File

@ -115,7 +115,7 @@ export default {
* Fetching radio stations using Radio-Browser.info API * Fetching radio stations using Radio-Browser.info API
*/ */
loadStations() { loadStations() {
// https://de1.api.radio-browser.info/json/stations/lastchange?limit=10 // FIXME https://de1.api.radio-browser.info/json/stations/lastchange?limit=10
const vm = this const vm = this
this.$jquery.getJSON('https://de1.api.radio-browser.info/json/stations', this.$jquery.getJSON('https://de1.api.radio-browser.info/json/stations',
{ {

View File

@ -13,8 +13,7 @@ export default new Router({
routes: [ routes: [
{ {
path: '/', path: '/',
component: Main, redirect: '/top',
name: 'TOP',
}, },
{ {
path: '/top', path: '/top',