this repo has no description
atproto bluesky typescript express

a

+2 -6
+2 -6
src/routes/appview.ts
··· 12 12 }); 13 13 }); 14 14 15 - api.get( 16 - "/com.atproto.identity.resolveHandle", 17 - async (req: Request, res: Response) => { 15 + api.get("/com.atproto.identity.resolveHandle", async (req: Request, res: Response) => { 18 16 const handle = req.query.handle as string; 19 17 20 18 if (!handle) { ··· 39 37 }, 40 38 ); 41 39 42 - api.get( 43 - "/com.atproto.identity.resolveDid", 44 - async (req: Request, res: Response) => { 40 + api.get("/com.atproto.identity.resolveDid", async (req: Request, res: Response) => { 45 41 const did = req.query.did as string; 46 42 47 43 if (!did) {