poi for proxies

This commit is contained in:
orangecoding
2026-05-25 11:54:49 +02:00
parent 996b841cfb
commit 1a210d7c1c
3 changed files with 5 additions and 1 deletions

View File

@@ -44,6 +44,9 @@ export default async function generalSettingsPlugin(fastify) {
if (appSettings.baseUrl != null) {
await trackPoi(TRACKING_POIS.BASE_URL_SETTING);
}
if (appSettings.proxyUrl != null) {
await trackPoi(TRACKING_POIS.SET_PROXY_SETTING);
}
} catch (err) {
logger.error(err);
return reply.code(500).send({ error: 'Error while trying to write settings.' });