Got rid of more old APIs

This commit is contained in:
Roman Krček
2025-07-12 14:10:33 +02:00
parent b7483e7ff0
commit 8247cd33a6
4 changed files with 53 additions and 71 deletions

View File

@@ -197,7 +197,7 @@
try {
// Send all emails in batch
const response = await fetch('/private/api/gmail', {
const response = await fetch('/private/api/google/gmail', {
method: 'POST',
headers: {
'Content-Type': 'application/json'