add correct path (#3848)

This commit is contained in:
Leandro Scardua
2025-08-15 18:20:24 +00:00
committed by GitHub
parent 5c99622fa8
commit 063b9a87c7

View File

@@ -105,7 +105,7 @@ export class OPNsenseIntegration extends Integration implements FirewallSummaryI
public async getFirewallMemoryAsync(): Promise<FirewallMemorySummary> {
const responseMemory = await fetchWithTrustedCertificatesAsync(
this.url("/api/diagnostics/system/systemResources"),
this.url("/api/diagnostics/system/system_resources"),
{
headers: {
Authorization: this.getAuthHeaders(),