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.
crontab-ui/routes.js

11 lines
193 B

exports.routes = {
"root" : "/",
"downloads" : "/downloads",
"save" : "/save",
10 years ago
"crontab" : "/crontab",
"stop" : "/stop",
"start" : "/start",
"remove": "/remove",
"backup": "/backup",
}