import crontab db

This commit is contained in:
Suresh Alse
2015-06-14 02:08:20 +05:30
parent 41ca8a72c7
commit 00746b4367
11 changed files with 157 additions and 30 deletions

View File

@@ -8,5 +8,8 @@ exports.routes = {
"backup": "/backup",
"restore": "/restore",
"delete_backup": "/delete",
"restore_backup": "/restore_backup"
"restore_backup": "/restore_backup",
"export": "/export",
"import": "/import", // this is import from database
"import_crontab": "/import_crontab", // this is from existing crontab
}