lbry.tech/app/modules/redirectOr404.js
2018-09-30 22:06:35 -04:00

3 lines
97 B
JavaScript

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