Compare commits

..

No commits in common. "3f38a9191f7847a9a870b7c508a74e70b085538b" and "70b023acacf89c6463d2dfd61c1e40fec7c4f38b" have entirely different histories.

View File

@ -1,7 +0,0 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import { NextResponse } from "next/server";
export function GET() {
return NextResponse.json({});
}