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
|
// Extract IP from request headers or connection info
|
||||||
const forwarded = c.req.header("host");
|
const forwarded = c.req.header("host");
|
||||||
|
|
||||||
console.log(forwarded);
|
//console.log(forwarded);
|
||||||
// Validate the data
|
// Validate the data
|
||||||
const checkData = {
|
const checkData = {
|
||||||
ip: forwarded!,
|
ip: forwarded!,
|
||||||
|
|||||||
Reference in New Issue
Block a user