test: cache debug
This commit is contained in:
parent
eb6af22e60
commit
cdb92eedf9
|
|
@ -27,6 +27,7 @@ export class NextServerResponse {
|
|||
const nextData = JSON.stringify(data)
|
||||
|
||||
this.#headers.set("Content-Type", "application/json")
|
||||
this.#headers.set("X-Time", new Date().toISOString())
|
||||
|
||||
return new Response(nextData, this.makeResponseOptions())
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue