mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
parent
7f33eb3f41
commit
8638fb2f1d
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ var DebugController = Ember.Controller.extend(Ember.Evented, {
|
|||
uploadButtonText: 'Import',
|
||||
|
||||
exportPath: function () {
|
||||
return this.get('ghostPaths').apiUrl('db');
|
||||
return this.get('ghostPaths').apiUrl('db') +
|
||||
'?access_token=' + this.get('session.access_token');
|
||||
}.property(),
|
||||
|
||||
actions: {
|
||||
|
|
Loading…
Reference in a new issue