1
0
mirror of https://github.com/flarum/core.git synced 2025-08-03 15:07:53 +02:00

Commit latest dist files

See https://github.com/flarum/core/issues/727#issuecomment-172384020
This commit is contained in:
Toby Zerner
2016-01-19 16:53:05 +10:30
parent 96e8138320
commit d7058e500a

View File

@@ -28,7 +28,7 @@ System.register('flarum/pusher/main', ['flarum/extend', 'flarum/app', 'flarum/co
authEndpoint: app.forum.attribute('apiUrl') + '/pusher/auth', authEndpoint: app.forum.attribute('apiUrl') + '/pusher/auth',
auth: { auth: {
headers: { headers: {
'Authorization': 'Token ' + app.session.token 'X-CSRF-Token': app.session.csrfToken
} }
} }
}); });