mirror of
https://github.com/flarum/framework.git
synced 2025-05-22 14:49:57 +08:00
Use new config keys
This commit is contained in:
@ -39,7 +39,7 @@ export default class Store {
|
||||
}
|
||||
return m.request({
|
||||
method: 'GET',
|
||||
url: app.config.apiURL+'/'+endpoint,
|
||||
url: app.config['api_url']+'/'+endpoint,
|
||||
data: params,
|
||||
background: true,
|
||||
config: app.session.authorize.bind(app.session)
|
||||
|
Reference in New Issue
Block a user