chore: change header

This commit is contained in:
Zamitto
2025-06-11 07:13:57 -03:00
parent 8b804271bd
commit cb758cceda

View File

@@ -340,7 +340,7 @@ export class HydraApi {
const headers = { const headers = {
...this.getAxiosConfig().headers, ...this.getAxiosConfig().headers,
"If-Modified-Since": options?.ifModifiedSince?.toUTCString(), "Hydra-If-Modified-Since": options?.ifModifiedSince?.toUTCString(),
}; };
return this.instance return this.instance