0.4.0 • Published 6 months ago
@voxpelli/fastify-enforce-host v0.4.0
Fastify Enforce Host
Enforce a specific host name for your Fastify app
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