UNPKG

@crowdin/app-project-module

Version:

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

8 lines (7 loc) 178 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function handle(req, _res, next) { req.isApiCall = true; next(); } exports.default = handle;