1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 07:39:43 +02:00
This commit is contained in:
HarveyKandola 2018-07-28 15:30:33 -04:00
parent d0970c153b
commit f916801008
3 changed files with 176 additions and 8 deletions

View file

@ -363,7 +363,7 @@ export default Service.extend({
return this.get('ajax').post('export', {
data: JSON.stringify(spec),
contentType: 'json',
dataType: 'text/html'
dataType: 'html'
});
},