mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 20:13:49 +00:00
Refactor api requests and components out of pages
This commit is contained in:
@@ -37,6 +37,7 @@ const getBeerPostById = async (id: string) => {
|
||||
},
|
||||
beerImages: {
|
||||
select: {
|
||||
alt: true,
|
||||
url: true,
|
||||
id: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user