Skip to content

Commit bc99998

Browse files
committed
post til refreshProjects
1 parent 02dfb39 commit bc99998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/api/projects/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { projectDataSource } from "@/composition";
44

55
export async function GET() {
66
const projects = await projectDataSource.getProjects()
7-
return NextResponse.json({ projects})
7+
return NextResponse.json({ projects })
88
}
99

1010
export async function POST() {

0 commit comments

Comments
 (0)