feature/cierres #30

Merged
aldarien merged 460 commits from feature/cierres into develop 2025-09-11 15:16:17 -03:00
188 changed files with 660 additions and 6697 deletions
Showing only changes of commit b4159d1417 - Show all commits

View File

@ -107,6 +107,11 @@ class API
}
}
}
$this->logger->warning("Failed to validate external key", [
'path' => $request->getUri()->getPath(),
'headers' => $request->getHeaders(),
'token' => $this->externalPaths[$basePath][$subPath]
]);
return false;
}
}