packages/cli/serve-resource/image/index.html [174:182]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
cache: false,
contentType: false,
processData: false,
success: function (resp) {
$('#result').html(JSON.stringify(resp, null, ' '));
},
});
});
});
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
packages/cli/serve-resource/text/index.html [102:110]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
cache: false,
contentType: false,
processData: false,
success: function (resp) {
$('#result').html(JSON.stringify(resp, null, ' '));
},
});
});
});
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -