update path
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
aa39c0295c
commit
79213a3c03
@ -2,8 +2,8 @@ var express = require('express');
|
||||
var router = express.Router();
|
||||
const fs = require('fs');
|
||||
|
||||
let DNSArray = require('./DNSArray.json')
|
||||
const otherURLs = require('./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