Your music, beautifully tracked. All yours. (coming soon) teal.fm
teal-fm atproto

mount refresh on router

+1
+1
apps/aqua/src/auth/router.ts
··· 121 const app = new Hono<EnvWithCtx>(); 122 123 app.get("/callback", async (c) => callback(c)); 124 125 export const getAuthRouter = () => { 126 return app;
··· 121 const app = new Hono<EnvWithCtx>(); 122 123 app.get("/callback", async (c) => callback(c)); 124 + app.get("/refresh", async (c) => refresh(c)); 125 126 export const getAuthRouter = () => { 127 return app;