Skip to content

Commit

Permalink
force CI
Browse files Browse the repository at this point in the history
  • Loading branch information
realjoshuau committed Nov 22, 2023
1 parent 1ea62b9 commit 579f6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/api/route.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Empty route file
import { NextResponse } from 'next/server';
export async function GET() {
return NextResponse.json({ time: new Date().toISOString() });
return NextResponse.json({ time: new Date().toUTCString() });
}

0 comments on commit 579f6ce

Please sign in to comment.