Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Sep 29, 2024
1 parent 391fe9f commit 66dc47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function response<R>(status: StatusCodes = StatusCodes.OK, result?: R, er
statusText,
headers: {
'Access-Control-Allow-Origin': '*',
'content-type': 'application/json; charset=utf-8'
'content-type': 'application/json; charset=utf-8',
},
});
}
Expand Down

0 comments on commit 66dc47d

Please sign in to comment.