UNPKG

northwind-rest-api

Version:

Local REST API Exposing Northwind Database.

5 lines (4 loc) 100 B
function delay(request, response, next) { setTimeout(next, 3000); } module.exports = delay;