fcc-express-bground
Version:
Gomix boilerplate #2 - Background App package
14 lines (13 loc) • 562 B
JavaScript
/******************************************************
* PLEASE DO NOT EDIT THIS FILE
* the verification process may break
* ***************************************************/
/*
Runtime storage of whether the user have completed certain challenges or not.
These get sent with the response when FCC hits the test-endpoint for each corresponding challenge.
*/
exports.userPassedConsoleChallenge = false;
exports.userPassedLoggerChallenge = false;
exports.bodyParserMountPosition = 0;
exports.cookieParserMountPosition = 0;
exports.nowRouteStackLength = 0;