Change old /archive/* links to /daily/*

This commit is contained in:
Oliver Davies 2024-12-19 20:26:33 +00:00
parent 661669f2a5
commit 538141466c
406 changed files with 457 additions and 457 deletions

View file

@ -3,12 +3,12 @@ title: >
Creating API endpoints with Astro
pubDate: 2023-02-09
permalink: >-
archive/2023/02/09/creating-api-endpoints-with-astro
daily/2023/02/09/creating-api-endpoints-with-astro
tags:
- astro
---
As well as [fetching API data]({{site.url}}/archive/2023/02/08/fetching-api-data-with-astro), you can also use Astro to generate your own API endpoints.
As well as [fetching API data]({{site.url}}/daily/2023/02/08/fetching-api-data-with-astro), you can also use Astro to generate your own API endpoints.
This is an example of an endpoint that I recently created as part of a demo application: