UNPKG

ember-cli-storagekit

Version:

A thin layer on top of the HTML5 localStorage and sessionStorage services

6 lines (5 loc) 119 B
module.exports = function(app) { app.get('/docs', function(req, res){ res.redirect('/docs/index.html'); }); };