mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-04-30 18:59:37 +00:00
Updated to Next.js 15 and React 19, Fixed Bugs & General Improvements
This commit is contained in:
parent
960577457d
commit
b44c2e0f6e
5 changed files with 2195 additions and 146 deletions
|
@ -13,7 +13,6 @@ export async function GET() {
|
|||
const response = new NextResponse(JSON.stringify(newImages), {
|
||||
status: 200,
|
||||
});
|
||||
response.headers.set('Cache-Control', 'no-store');
|
||||
return response;
|
||||
} else {
|
||||
return new NextResponse('Failed to get images', { status: 500 });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue