Commit 155f2aec authored by tom's avatar tom

fix ts

parent c7b55618
...@@ -39,6 +39,7 @@ const PAGE_TYPE_DICT: Record<Route['pathname'], string> = { ...@@ -39,6 +39,7 @@ const PAGE_TYPE_DICT: Record<Route['pathname'], string> = {
'/api/media-type': 'Node API: Media type', '/api/media-type': 'Node API: Media type',
'/api/proxy': 'Node API: Proxy', '/api/proxy': 'Node API: Proxy',
'/api/csrf': 'Node API: CSRF token', '/api/csrf': 'Node API: CSRF token',
'/api/healthz': 'Node API: Health check',
'/auth/auth0': 'Auth', '/auth/auth0': 'Auth',
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment