UNPKG

makemehapi

Version:

Self guided workshops to teach you about hapi.

9 lines (6 loc) 234 B
const exercise = require('../../lib/exercise') exercise.queryUrl = (port) => { const nameParam = encodeURIComponent(exercise.__('name_param')); return `http://localhost:${port}/?name=${nameParam}`; }; module.exports = exercise;