From d396bc68fb0ab5c36d2d89508820ae25806011c8 Mon Sep 17 00:00:00 2001 From: Davidson Nascimento Date: Thu, 15 Oct 2020 10:10:24 -0300 Subject: [PATCH] feat(example): added missing prisma.io examples (#17896) --- examples/with-prisma/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/with-prisma/README.md b/examples/with-prisma/README.md index 63e011da182e08e..3d723bbafb54406 100644 --- a/examples/with-prisma/README.md +++ b/examples/with-prisma/README.md @@ -1,5 +1,7 @@ Prisma.io maintains it's own Next.Js examples - [Javascript](https://github.com/prisma/prisma-examples/tree/master/javascript/rest-nextjs) -- [Typescript](https://github.com/prisma/prisma-examples/tree/master/typescript/rest-nextjs) -- [Typescript-GraphQL](https://github.com/prisma/prisma-examples/tree/master/typescript/graphql-nextjs) +- [Typescript: rest-api-routes-auth](https://github.com/prisma/prisma-examples/tree/latest/typescript/rest-nextjs-api-routes-auth) +- [Typescript: rest-api-routes](https://github.com/prisma/prisma-examples/tree/latest/typescript/rest-nextjs-api-routes) +- [Typescript: rest-api-express](https://github.com/prisma/prisma-examples/tree/latest/typescript/rest-nextjs-express) +- [Typescript: graphql](https://github.com/prisma/prisma-examples/tree/latest/typescript/graphql-nextjs)