formatting
This commit is contained in:
snippets
jenkins
migration
node
requestor
snippet
@ -8,6 +8,8 @@
|
||||
/* eslint-disable no-sync */
|
||||
/* eslint-disable no-console */
|
||||
|
||||
'use strict';
|
||||
|
||||
const fs = require ('fs-extra');
|
||||
const path = require ('path');
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = function handler (req, res, next, opts) {
|
||||
if (req.headers.example === 'abc')
|
||||
res.writeHead (1);
|
||||
|
Reference in New Issue
Block a user