From c05de815f4bcd0553fd55e85a7704c1712feef1f Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Fri, 3 Feb 2017 09:36:27 -0500 Subject: [PATCH] feat: add USDT support --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index e36adb5..b3253be 100644 --- a/index.php +++ b/index.php @@ -18,7 +18,7 @@ $router->map('GET', '/', function() { }); // map cryptocurrency stuff -$router->map( 'GET', '/charts/[dark|light|sparkline|candlestick:theme]/[a:curA]-[btc:curB]/[a:duration]/[svg|png:format]', function($theme, $curA, $curB, $duration, $format) { +$router->map( 'GET', '/charts/[dark|light|sparkline|candlestick:theme]/[a:curA]-[btc|usdt:curB]/[a:duration]/[svg|png:format]', function($theme, $curA, $curB, $duration, $format) { require __DIR__ . '/views/chart.php'; return renderChart( $theme,