1
0
mirror of https://github.com/flarum/core.git synced 2025-07-21 00:31:17 +02:00

Fix admin URL

This commit is contained in:
Toby Zerner
2015-05-06 11:35:21 +09:30
parent bf8d2c1a44
commit af8902bb7c

View File

@@ -45,7 +45,7 @@ export default class UserDropdown extends Component {
ActionButton.component({
icon: 'wrench',
label: 'Administration',
href: app.config.baseURL+'/admin'
href: app.config['base_url']+'/admin'
})
);
}