mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
add ZERO_MUTATE_URL and no-op mutate endpoint for zero-cache auth passthrough
This commit is contained in:
parent
0e49cc33f8
commit
5c98f1c717
4 changed files with 16 additions and 2 deletions
5
surfsense_web/app/api/zero/mutate/route.ts
Normal file
5
surfsense_web/app/api/zero/mutate/route.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { NextResponse } from "next/server";
|
||||
|
||||
export async function POST() {
|
||||
return NextResponse.json([]);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue