change for 2025

This commit is contained in:
itsrubberduck
2025-09-21 21:44:50 +02:00
parent 013193304b
commit 0a61d5ab00
2 changed files with 2 additions and 2 deletions

View File

@@ -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).' },
]

View File

@@ -994,7 +994,7 @@
</div>
<div class="footer-meta">
<span class="muted small">&copy; 2024 OpenSquawk. All rights reserved.</span>
<span class="muted small">&copy; 2025 OpenSquawk. All rights reserved.</span>
</div>
</div>
</footer>