0.4.0 • Published 6 months ago

@voxpelli/fastify-enforce-host v0.4.0

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

Fastify Enforce Host

Enforce a specific host name for your Fastify app

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

Usage

import { fastify } from 'fastify';

const app = fastify();

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

6 months ago