Public
Like
test-hdt
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data ā all from the browser, and deployed in milliseconds.
main.http.ts
https://jpmarindiaz--f9b27606975c11f09faa0224a6c84d84.web.val.run
This is an HTTP endpoint accessible via a public URL.
š HTTP Endpoint - Accessible via public URL
// Access via: https://yourval.web.val.run
export default async function(req: Request) {
return new Response("Hello, World!");
}
- Edit the code in
main.http.ts
- Deploy with:
deno task deploy:val --path=vals/hycaserv
- Or deploy with custom domain:
deno task deploy:full --path=vals/hycaserv --subdomain=hycaserv
Created with deno task create:val