express-unset-route

Dynamic unset route from express.js

Usage no npm install needed!

<script type="module">
  import expressUnsetRoute from 'https://cdn.skypack.dev/express-unset-route';
</script>

README

express unset route

It is Hack for dynamic remove pre registered method in express.js

install

npm install express-unset-route

usage

import express from 'express'
import unset from 'express-unset-route'

const app = express()
const isRemoved = unset(app, '/', 'get')

License

MIT