diff --git a/src/routes/home/index.ts b/src/routes/home/index.ts index ea19b7c..c6d5736 100644 --- a/src/routes/home/index.ts +++ b/src/routes/home/index.ts @@ -36,7 +36,7 @@ export const get: RequestHandler = async () => { } return { - headers: { 'Content-Type': 'application/json ' }, + headers: { 'Content-Type': 'application/json' }, status: 200, body: { tweets } }