Compare commits

...

2 Commits

Author SHA1 Message Date
Fred Boniface fd454029dc Fix module.exports order
Signed-off-by: Fred Boniface <fred@fjla.uk>
2023-04-04 22:20:09 +01:00
Fred Boniface bea1b68a9d npm update
Signed-off-by: Fred Boniface <fred@fjla.uk>
2023-04-04 22:19:45 +01:00
3 changed files with 378 additions and 933 deletions

1304
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,6 @@
{ {
"dependencies": { "dependencies": {
"axios": "^1.2.1", "axios": "^1.2.1",
"bcrypt": "^5.1.0",
"compression": "^1.7.4", "compression": "^1.7.4",
"express": "^4.18.2", "express": "^4.18.2",
"ldbs-json": "^1.2.1", "ldbs-json": "^1.2.1",

View File

@ -1,5 +1,3 @@
module.exports = valid
const valid = [ const valid = [
"owlboard.info", "owlboard.info",
"fjla.uk", "fjla.uk",
@ -7,4 +5,6 @@ const valid = [
"swrailway.com", "swrailway.com",
"firstrail.com", "firstrail.com",
"networkrail.co.uk" "networkrail.co.uk"
] ]
module.exports = valid