committed by
GitHub
parent
aba9076805
commit
c9f0ec5d89
@@ -46,7 +46,7 @@ export class Mailbox {
|
||||
deleteAfter: boolean;
|
||||
},
|
||||
) {
|
||||
const url = `http://localhost:54324/api/v1/mailbox/${mailbox}`;
|
||||
const url = `http://127.0.0.1:54324/api/v1/mailbox/${mailbox}`;
|
||||
|
||||
const response = await fetch(url);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user