UNPKG

beyond

Version:

The Full Stack Universal Typescript Framework

9 lines (8 loc) 436 B
const HEADERS = Object.freeze({ 'Content-Type': 'application/json', 'Access-Control-Allow-Origin': '*', 'Access-Control-Allow-Headers': 'Authorization, X-API-KEY, Origin, X-Requested-With, Content-Type, Accept, Access-Control-Allow-Request-Method', 'Access-Control-Allow-Methods': 'GET, POST, OPTIONS, PUT, DELETE', 'Allow': 'GET, POST, OPTIONS, PUT, DELETE' }); module.exports = {HEADERS, ROUTE: 'static'};