test(apihits): monitoring this still to make sure its working as intended but low priority

This commit is contained in:
2025-03-13 15:39:18 -05:00
parent b9724aa89c
commit 9c66e6aac6

View File

@@ -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!,