UNPKG

makemehapi

Version:

Self guided workshops to teach you about hapi.

6 lines (3 loc) 147 B
const exercise = require('../../lib/exercise') exercise.queryUrl = (port) => `http://localhost:${port}/chickens/foo`; module.exports = exercise;