Ghost/ghost/admin/app/routes/home.js
Kevin Ansfield a059ace335 Reverted dashboard route
no issue

- removing dashboard prototype from master ready to re-apply in 4.0 branch
2021-01-21 09:04:54 +00:00

8 lines
153 B
JavaScript

import Route from '@ember/routing/route';
export default class HomeRoute extends Route {
beforeModel() {
this.transitionTo('site');
}
}