move files to root
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 10s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 10s
This commit is contained in:
parent
0985b3e649
commit
aa39c0295c
@ -2,8 +2,8 @@ var express = require('express');
|
||||
var router = express.Router();
|
||||
const fs = require('fs');
|
||||
|
||||
let DNSArray = require('../lib/DNSArray.json')
|
||||
const otherURLs = require('../lib/otherURLs.json')
|
||||
let DNSArray = require('./DNSArray.json')
|
||||
const otherURLs = require('./otherURLs.json')
|
||||
|
||||
const { gotRequest } = require('../lib/gotRequest')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user