mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
Fix API typo
This commit is contained in:
parent
ba9065cada
commit
606cf6a941
@ -138,7 +138,7 @@ function show_system_backup() {
|
||||
|
||||
function show_custom_backup() {
|
||||
api(
|
||||
"/system/backup/custom",
|
||||
"/system/backup/config",
|
||||
"GET",
|
||||
{ },
|
||||
function(r) {
|
||||
@ -159,7 +159,7 @@ function set_custom_backup() {
|
||||
var target_pass = $("#target-pass").val();
|
||||
var min_age = $("#min-age").val();
|
||||
api(
|
||||
"/system/backup/custom",
|
||||
"/system/backup/config",
|
||||
"POST",
|
||||
{
|
||||
target: target,
|
||||
|
Loading…
Reference in New Issue
Block a user