1
0
mirror of https://github.com/ascribe/onion.git synced 2025-02-01 12:29:54 +01:00

merged sluice

This commit is contained in:
diminator 2015-07-13 21:20:42 +02:00
parent 3bf613941d
commit eb5e9f115e

View File

@ -39,6 +39,7 @@ const COMMON_ROUTES = (
function getRoutes(type) { function getRoutes(type) {
let routes = null; let routes = null;
console.log(type)
if (type === 'prize') { if (type === 'prize') {
routes = getPrizeRoutes(COMMON_ROUTES); routes = getPrizeRoutes(COMMON_ROUTES);
} else { } else {