From 8cb28c607ade5cf06f54b39964d7218ab310c406 Mon Sep 17 00:00:00 2001 From: abramowskiz <32995121+abramowskiz@users.noreply.github.com> Date: Sun, 6 Jul 2025 16:05:10 -0700 Subject: [PATCH] Update rest-api.mdx --- docs/ts/tutorials/rest-api.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ts/tutorials/rest-api.mdx b/docs/ts/tutorials/rest-api.mdx index 641efcaeb7..3f29a9acd6 100644 --- a/docs/ts/tutorials/rest-api.mdx +++ b/docs/ts/tutorials/rest-api.mdx @@ -1,6 +1,6 @@ --- seotitle: How to build a REST API -seodesc: Learn how to build and ship a REST API in just a few minutes using Encore.ts, go from zero to running API with this tutorial. +seodesc: Learn how to build and ship a REST API in just a few minutes using Encore.ts, go from zero to running API with this tutorial title: Building a REST API subtitle: Learn how to build a URL shortener with a REST API and PostgreSQL database lang: ts