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() {
|
function show_custom_backup() {
|
||||||
api(
|
api(
|
||||||
"/system/backup/custom",
|
"/system/backup/config",
|
||||||
"GET",
|
"GET",
|
||||||
{ },
|
{ },
|
||||||
function(r) {
|
function(r) {
|
||||||
@ -159,7 +159,7 @@ function set_custom_backup() {
|
|||||||
var target_pass = $("#target-pass").val();
|
var target_pass = $("#target-pass").val();
|
||||||
var min_age = $("#min-age").val();
|
var min_age = $("#min-age").val();
|
||||||
api(
|
api(
|
||||||
"/system/backup/custom",
|
"/system/backup/config",
|
||||||
"POST",
|
"POST",
|
||||||
{
|
{
|
||||||
target: target,
|
target: target,
|
||||||
|
Loading…
Reference in New Issue
Block a user