Mashape/mockbin

View on GitHub
src/views/redirect.pug

Summary

Maintainability
Test Coverage
doctype html
html
  head
    meta(http-equiv='refresh', content=`0; url=${res.getHeaders().location.replace('/bin','/bin/view')}`)

  body
    p Redirecting to #[a(href=res.getHeaders().location.replace('/bin','/bin/view'))= res.getHeaders().location.replace('/bin','/bin/view')]