Compare commits

..

No commits in common. "fd454029dcf19365af111ed97009231962ef198e" and "f5d46a38d768a010ce972fea20f58a92ed972143" have entirely different histories.

3 changed files with 934 additions and 379 deletions

1306
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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

View File

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