0.3.0 • Published 10 months ago

@yikesable/fastify-enforce-host v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Fastify Enforce Host

Enforce a specific host name for your Fastify app

neostandard javascript style Module type: ESM Types in JS Follow @voxpelli@mastodon.social

Usage

import { fastify } from 'fastify';

const app = fastify();

app.register(import('@yikesable/fastify-enforce-host'), {
  baseUrl: 'http://localhost:3000/',
});
0.3.0

10 months ago

0.2.0

11 months ago

0.1.0

2 years ago

0.0.0

2 years ago