mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-05 10:36:50 +00:00
TEMPORARY FIX TO TEST BUILD
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m15s
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m15s
This commit is contained in:
@ -1,10 +1,5 @@
|
||||
import { blockDevice } from "@/actions/omada-actions";
|
||||
import { validateApiKey } from "@/lib/utils";
|
||||
import { addDays, addMonths, isAfter, isWithinInterval } from "date-fns";
|
||||
|
||||
const lastRunTime = new Date();
|
||||
|
||||
export async function GET(request: Request) {
|
||||
console.log(request.url);
|
||||
return Response.json({ message: "Request received" });
|
||||
// try {
|
||||
// // Validate API key before proceeding
|
||||
|
Reference in New Issue
Block a user