dahngeek
7/12/2017 - 9:07 PM

Update Azure NodeJS Function Content-Type

Update Azure NodeJS Function Content-Type

context.res = {
        // status: 200, /* Defaults to 200 */
        headers: {
            'Content-Type': 'image/svg+xml' //here
        },
        body: response, //content
};

//Thank me via twitter @dahngeek :)