top of page
Upcoming Events
- Sat, Apr 27NardFit StudioApr 27, 2024, 11:00 AMNardFit Studio, 2333 Florida St, Baton Rouge, LA 70802, USA
bottom of page
nardfit.com/.well-known/apple-developer-merchantid-domain-association // backend/http-functions.jswimport { ok, notFound } from 'wix-http-functions';export function get_well_known_apple_developer_merchantid_domain_association(request) { const content = 'Content of your domain association file goes here'; return ok(content).header('Content-Type', 'text/plain');}