forked from hangshuo652/aurak
0a9588abb7
- Add pagination support to findAll (page, limit query params) - Add findByTemplateId method to service - Add GET /by-template/:templateId endpoint to controller - Service already includes CRUD for QuestionBank and QuestionBankItem
12 lines
432 B
TypeScript
12 lines
432 B
TypeScript
/**
|
|
* @deprecated This file is the LEGACY entry point for the original single-page App.
|
|
* It has been SUPERSEDED by `index.tsx` + the new react-router-dom routing structure.
|
|
*
|
|
* The new entry point is: `index.html` → `index.tsx` → `AuthProvider` → `BrowserRouter`
|
|
*
|
|
* DO NOT import from this file. It is preserved only as a reference/archive.
|
|
* Safe to delete once the V2 migration is fully validated.
|
|
*/
|
|
|
|
export { };
|