From 8f4213e84683d4a32c581a73a0278d2abbf95efa Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Sun, 11 May 2014 08:08:20 -0400 Subject: [PATCH] Added Yahoo to the list of APIs (to be implemented) --- views/api/index.jade | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/views/api/index.jade b/views/api/index.jade index 83d210bf90..5a147efd1a 100644 --- a/views/api/index.jade +++ b/views/api/index.jade @@ -84,4 +84,9 @@ block content .panel.panel-default .panel-body img(src='http://www.mevvy.com/wp-content/uploads/2013/09/Venmo-Logo-on-Mevvy.com_.png', height=40) - a(href='/api/venmo') Venmo \ No newline at end of file + a(href='/api/venmo') Venmo + .col-sm-4 + .panel.panel-default + .panel-body + img(src='http://i.imgur.com/Gbl1F3k.png', height=40) + a(href='/api/yahoo') Yahoo \ No newline at end of file