UNPKG

@crowdin/app-project-module

Version:

Module that generates for you all common endpoints for serving standalone Crowdin App

8 lines (7 loc) 204 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function handle(_req, res, next) { res.header('Content-Type', 'application/json'); next(); } exports.default = handle;