test(apihits): monitoring this still to make sure its working as intended but low priority
This commit is contained in:
@@ -21,7 +21,7 @@ export const apiHit = async (
|
||||
// Extract IP from request headers or connection info
|
||||
const forwarded = c.req.header("host");
|
||||
|
||||
console.log(forwarded);
|
||||
//console.log(forwarded);
|
||||
// Validate the data
|
||||
const checkData = {
|
||||
ip: forwarded!,
|
||||
|
||||
Reference in New Issue
Block a user