lbry.tech/app/modules/redirect.js
2018-09-30 19:43:35 -04:00

3 lines
97 B
JavaScript

export default (url, code = 301) => {
throw "fix this please, needs to redirect to:" + url;
};