7 lines
238 B
JavaScript
Executable File
7 lines
238 B
JavaScript
Executable File
import { t as X_ALREADY_SENT } from "../constants-BLSFu_RU.mjs";
|
|
|
|
//#region src/utils/response.ts
|
|
const RESPONSE_ALREADY_SENT = new Response(null, { headers: { [X_ALREADY_SENT]: "true" } });
|
|
|
|
//#endregion
|
|
export { RESPONSE_ALREADY_SENT }; |