🏗️ Migrate download clients to tRPC

This commit is contained in:
Meier Lukas
2023-06-10 14:15:22 +02:00
parent 9b6ce9e1f6
commit 68b9dcd943
3 changed files with 238 additions and 10 deletions

View File

@@ -6,6 +6,7 @@ import { dockerRouter } from './routers/docker/router';
import { iconRouter } from './routers/icon';
import { dashDotRouter } from './routers/dash-dot';
import { dnsHoleRouter } from './routers/dns-hole';
import { downloadRouter } from './routers/download';
/**
* This is the primary router for your server.
@@ -20,6 +21,7 @@ export const rootRouter = createTRPCRouter({
icon: iconRouter,
dashDot: dashDotRouter,
dnsHole: dnsHoleRouter,
download: downloadRouter,
});
// export type definition of API