Got rid of more old APIs
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user