We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae37ce commit afca899Copy full SHA for afca899
pages/tutorials/create-your-first-crud.mdx
@@ -637,7 +637,7 @@ export const projectsRouter = createTRPCRouter({
637
To prevent raw string urls all over our files, we are creating a `routes.ts` file in the `src/features/projects` folder.
638
This file will have all the available urls of our `projects` feature.
639
640
-```tsx filename="src/features/projects/route.ts" showLineNumbers
+```tsx filename="src/features/projects/routes.ts" showLineNumbers
641
import { ROUTES_ADMIN } from "@/features/admin/routes";
642
643
export const ROUTES_PROJECTS = {
0 commit comments