mirror of
https://github.com/Ravinou/borgwarehouse
synced 2026-03-14 14:25:46 +01:00
rename API
This commit is contained in:
parent
48b4844726
commit
c56ecf1d49
2 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ export default function EmailAlertSettings(props) {
|
|||
setTestIsLoading(true);
|
||||
//Remove old error
|
||||
setError();
|
||||
const response = await fetch('/api/account/sendEmail', {
|
||||
const response = await fetch('/api/account/sendTestEmail', {
|
||||
method: 'POST',
|
||||
});
|
||||
const result = await response.json();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue