mirror of
https://github.com/ascribe/onion.git
synced 2025-02-01 20:39:57 +01:00
merged sluice
This commit is contained in:
parent
3bf613941d
commit
eb5e9f115e
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user