move files to root
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 10s

This commit is contained in:
Karl 2025-06-30 17:02:32 +01:00
parent 0985b3e649
commit aa39c0295c
4 changed files with 2 additions and 2 deletions

View File

@ -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')