feat: add weather widget (#286)
* feat: add nestjs replacement, remove nestjs * feat: add weather widget * fix: lock issue * fix: format issue * fix: deepsource issues * fix: change timezone to auto
This commit is contained in:
6
packages/api/src/router/widgets/index.ts
Normal file
6
packages/api/src/router/widgets/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { createTRPCRouter } from "../../trpc";
|
||||
import { weatherRouter } from "./weather";
|
||||
|
||||
export const widgetRouter = createTRPCRouter({
|
||||
weather: weatherRouter,
|
||||
});
|
||||
Reference in New Issue
Block a user