tangled
alpha
login
or
join now
roost.moe
/
recipes.blue
2
fork
atom
The recipes.blue monorepo
recipes.blue
recipes
appview
atproto
2
fork
atom
overview
issues
1
pulls
pipelines
feat: api improvements
hayden.moe
3 months ago
76c2a290
45bd2167
verified
This commit was signed with the committer's
known signature
.
hayden.moe
SSH Key Fingerprint:
SHA256:egi2RxHATuWGOtHoLWJQb68bxJ+Jg/4m40QL5UFBWEI=
-1
1 changed file
expand all
collapse all
unified
split
apps
api
src
xrpc
blue.recipes.feed.getRecipe.ts
-1
apps/api/src/xrpc/blue.recipes.feed.getRecipe.ts
···
7
import { recipeTable } from '@cookware/database/schema';
8
import { isLegacyBlob } from '@atcute/lexicons/interfaces';
9
import { RedisClient } from 'bun';
10
-
import { buildCdnUrl } from '../util/cdn.js';
11
12
const invalidUriError = (uri: string) => new XRPCError({
13
status: 400,
···
7
import { recipeTable } from '@cookware/database/schema';
8
import { isLegacyBlob } from '@atcute/lexicons/interfaces';
9
import { RedisClient } from 'bun';
0
10
11
const invalidUriError = (uri: string) => new XRPCError({
12
status: 400,