mod_backup dispatch rules (backup)
URL dispatch rules defined by mod_backup in apps/zotonic_mod_backup/priv/dispatch/backup.
This file defines the URL dispatch rules for mod_backup. Rules are matched from top to bottom; the first matching rule handles the request.
Source: apps/zotonic_mod_backup/priv/dispatch/backup
This set is stored in the backup dispatch file.
| Dispatch name | Path | Controller | Options |
|---|---|---|---|
admin_backup | /admin/backup | controller_admin_backup | [seo_noindex] |
admin_backup_revision | /admin/backup/:id | controller_admin_backup_revision | [seo_noindex] |
admin_backup_deleted | /admin/deleted | controller_admin | [{template,<<"admin_backup_deleted.tpl">>},seo_noindex] |
backup_download | /backup/download/* | controller_file | [{root,[{module,mod_backup}]},{content_disposition,attachment},seo_noindex] |