Change old /archive/* links to /daily/*
This commit is contained in:
parent
661669f2a5
commit
538141466c
406 changed files with 457 additions and 457 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue