Add backend routing for ReplicateToDatastoreAction (#1415)

Otherwise it's not visible so we can't call it
This commit is contained in:
gbrodman
2021-11-15 16:25:10 -05:00
committed by GitHub
parent c84767bd07
commit 5dc6354ebc
3 changed files with 10 additions and 0 deletions
@@ -3,6 +3,7 @@ PATH CLASS
/_dr/cron/commitLogFanout CommitLogFanoutAction GET y INTERNAL,API APP ADMIN
/_dr/cron/fanout TldFanoutAction GET y INTERNAL,API APP ADMIN
/_dr/cron/readDnsQueue ReadDnsQueueAction GET y INTERNAL,API APP ADMIN
/_dr/cron/replicateToDatastore ReplicateToDatastoreAction GET y INTERNAL,API APP ADMIN
/_dr/dnsRefresh RefreshDnsAction GET y INTERNAL,API APP ADMIN
/_dr/task/backupDatastore BackupDatastoreAction POST y INTERNAL,API APP ADMIN
/_dr/task/brdaCopy BrdaCopyAction POST y INTERNAL,API APP ADMIN