From 0a61d5ab0018f1b88fbad8d4d1591c702a554f97 Mon Sep 17 00:00:00 2001 From: itsrubberduck Date: Sun, 21 Sep 2025 21:44:50 +0200 Subject: [PATCH] change for 2025 --- app/pages/api-docs.vue | 2 +- app/pages/learn.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/pages/api-docs.vue b/app/pages/api-docs.vue index 1d8731c..396141c 100644 --- a/app/pages/api-docs.vue +++ b/app/pages/api-docs.vue @@ -94,7 +94,7 @@ const publicEndpoints = [ { method: 'POST', path: '/api/service/auth/register', description: 'Register with an invitation code and mandatory consents.' }, { method: 'POST', path: '/api/service/auth/refresh', description: 'Refresh the access token using the refresh cookie.' }, { method: 'GET', path: '/api/service/invitations/{code}', description: 'Validate an invitation code (valid, expired, already used).' }, - { method: 'POST', path: '/api/service/invitations/bootstrap', description: 'Generate a bootstrap invitation code (active until 2024-07-01, optional label).' }, + { method: 'POST', path: '/api/service/invitations/bootstrap', description: 'Generate a bootstrap invitation code (active until 2025-07-01, optional label).' }, { method: 'POST', path: '/api/service/invitations/manual', description: 'Create a manual invitation code via password-protected endpoint (internal).' }, ] diff --git a/app/pages/learn.vue b/app/pages/learn.vue index 153c03d..53c666f 100644 --- a/app/pages/learn.vue +++ b/app/pages/learn.vue @@ -994,7 +994,7 @@