// backend/http-functions.js import { ok, response } from 'wix-http-functions'; export function get_mySecureEndpoint(request) { let headers = { "Content-Security-Policy": "default-src 'self'", "X-Frame-Options": "DENY", "X-Content-Type-Options": "nosniff", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "Referrer-Policy": "no-referrer-when-downgrade", "Permissions-Policy": "geolocation=(), microphone=(), camera=()" }; return response({ status: 200, headers, body: { "message": "Secure headers applied to this endpoint." } }); }
top of page

Menu



DESSERT




Apple Pie Napoleon

$5.00



Cherry Pecan Pie

$7.00



Pumpkin Mousse

(w/ gingersnap cookie crumbs)

$8.50



Creme Brulee

$10.00



Carrot Cake

$7.00



Bailey Mousse

(w/ Chocolate Brownie)

$8.00



Cheesecakes

$13


bottom of page