UNPKG

electrode-react-webapp

Version:

Hapi plugin that provides a default React web app template

14 lines (11 loc) 352 B
"use strict"; const HttpStatusCodes = require("http-status-codes"); module.exports = { // Status codes where we want to redirect the user redirect: { [HttpStatusCodes.MOVED_PERMANENTLY]: true, [HttpStatusCodes.MOVED_TEMPORARILY]: true, [HttpStatusCodes.PERMANENT_REDIRECT]: true, [HttpStatusCodes.TEMPORARY_REDIRECT]: true } };