Show More
@@ -244,6 +244,7 b' function registerRCRoutes() {' | |||
|
244 | 244 | pyroutes.register('notifications_show_all', '/_admin/notifications', []); |
|
245 | 245 | pyroutes.register('notifications_update', '/_admin/notifications/%(notification_id)s/update', ['notification_id']); |
|
246 | 246 | pyroutes.register('ops_error_test', '/_admin/ops/error', []); |
|
247 | pyroutes.register('ops_healthcheck', '/_admin/ops/status', []); | |
|
247 | 248 | pyroutes.register('ops_ping', '/_admin/ops/ping', []); |
|
248 | 249 | pyroutes.register('ops_redirect_test', '/_admin/ops/redirect', []); |
|
249 | 250 | pyroutes.register('plugin_admin_chat', '/_admin/plugin_admin_chat/%(action)s', ['action']); |
General Comments 0
You need to be logged in to leave comments.
Login now