0.3.0 • Published 10 months ago
@yikesable/fastify-enforce-host v0.3.0
Fastify Enforce Host
Enforce a specific host name for your Fastify app
Usage
import { fastify } from 'fastify';
const app = fastify();
app.register(import('@yikesable/fastify-enforce-host'), {
baseUrl: 'http://localhost:3000/',
});