You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
424 B
16 lines
424 B
exports.routes = { |
|
"root" : "/", |
|
"save" : "/save", |
|
"crontab" : "/crontab", |
|
"stop" : "/stop", |
|
"start" : "/start", |
|
"remove": "/remove", |
|
"backup": "/backup", |
|
"restore": "/restore", |
|
"delete_backup": "/delete", |
|
"restore_backup": "/restore_backup", |
|
"export": "/export", |
|
"import": "/import", // this is import from database |
|
"import_crontab": "/import_crontab", // this is from existing crontab |
|
"logger": "/logger", |
|
}
|
|
|