pis #12

Merged
fred.boniface merged 95 commits from pis into main 2023-05-06 21:54:51 +01:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 49d35355f5 - Show all commits

View File

@ -1,5 +1,3 @@
module.exports = valid;
const valid = [
'owlboard.info',
'avantiwestcoast.co.uk',
@ -34,3 +32,5 @@ const valid = [
'tfwrail.wales',
'wmtrains.co.uk',
];
module.exports = valid;

View File

@ -1,5 +1,3 @@
module.exports = statusCodes;
const statusCodes = {
700: 'no authentication attempt',
701: 'invalid credentials',
@ -10,3 +8,5 @@ const statusCodes = {
900: 'invalid request format',
950: 'upstream server error',
};
module.exports = statusCodes;