mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 12:36:57 +00:00
Prepare endpoint
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import { addTournament } from "./procedures/addTournament";
|
||||
import { fetchTournamentResults } from "./procedures/fetchTournamentResults";
|
||||
import { router } from "./trpc";
|
||||
|
||||
export const appRouter = router({
|
||||
addTournament,
|
||||
fetchTournamentResults,
|
||||
});
|
||||
|
||||
export type AppRouter = typeof appRouter;
|
||||
|
||||
Reference in New Issue
Block a user