1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Migrate plugin config pages to react-router

This commit is contained in:
Bill Thornton 2022-11-04 13:46:45 -04:00
parent 20f8f4a745
commit 7fa9b2376c
3 changed files with 65 additions and 9 deletions

View file

@ -118,15 +118,6 @@ import { appRouter } from '../components/appRouter';
anonymous: true
});
defineRoute({
path: '/configurationpage',
autoFocus: false,
enableCache: false,
enableContentQueryString: true,
roles: 'admin',
serverRequest: true
});
console.groupEnd('defining core routes');
/* eslint-enable indent */