From 07133a134ae3065df76daf3b27e1461ab0488adc Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 9 Nov 2023 09:25:58 +0100 Subject: [PATCH] sysutils/api-backup: update endpoint after improvement --- README.md | 2 +- sysutils/api-backup/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5036da85c..b0d8aec2b 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ security/tinc -- Tinc VPN security/tor -- The Onion Router security/wazuh-agent -- Agent for the open source security platform Wazuh sysutils/apcupsd -- APCUPSD - APC UPS daemon -sysutils/api-backup -- EoL, core endpoint is /api/core/backup/download (pending removal) +sysutils/api-backup -- EoL, core endpoint is /api/core/backup/download/this (pending removal) sysutils/apuled -- PC Engine APU LED control (development only) sysutils/dmidecode -- Display hardware information on the dashboard sysutils/git-backup -- Track config changes using git diff --git a/sysutils/api-backup/Makefile b/sysutils/api-backup/Makefile index f4663d3b4..759fd29cc 100644 --- a/sysutils/api-backup/Makefile +++ b/sysutils/api-backup/Makefile @@ -1,7 +1,7 @@ PLUGIN_NAME= api-backup PLUGIN_VERSION= 1.1 PLUGIN_OBSOLETE= yes -PLUGIN_COMMENT= EoL, core endpoint is /api/core/backup/download +PLUGIN_COMMENT= EoL, core endpoint is /api/core/backup/download/this PLUGIN_MAINTAINER= franz.fabian.94@gmail.com .include "../../Mk/plugins.mk"