/api/v2
This commit is contained in:
parent
d329d3a83d
commit
4cb468c4f4
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ const { readReportedIPs, updateSefinekAPIInCSV } = require('./csv.js');
|
|||
const log = require('./log.js');
|
||||
const clientIp = require('./clientIp.js');
|
||||
|
||||
const API_URL = `${process.env.SEFINEK_API_URL}/api/v2/cloudflare-waf-abuseipdb/post`;
|
||||
const API_URL = `${process.env.SEFINEK_API_URL}/cloudflare-waf-abuseipdb/post`;
|
||||
|
||||
module.exports = async () => {
|
||||
const userIp = clientIp.getAddress();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue