mirror of
https://github.com/Nezumi-2711/cloudflare-gateway-pihole-scripts.git
synced 2026-09-22 13:38:37 +00:00
reorganized API code
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
import fs from 'fs';
|
||||
import { DRY_RUN, LIST_ITEM_LIMIT } from './lib/constants.js';
|
||||
import { createZeroTrustLists } from './lib/helpers.js';
|
||||
import { createZeroTrustLists } from './lib/api.js';
|
||||
|
||||
if (!process.env.CI) console.log(`List item limit set to ${LIST_ITEM_LIMIT}`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user