From 979571cf26890a461f64d013727ac21ab1571fec Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Fri, 22 Apr 2016 12:54:30 -0500 Subject: [PATCH] 0.0.0.0 to localhost because sometimes we aren't sharing with everyone --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 84b7972..a19c6c9 100644 --- a/index.html +++ b/index.html @@ -173,8 +173,8 @@ { key: 's', name: 'SoundCloud', url: 'https://soundcloud.com', search: '/search?q=' }, { key: 't', name: 'Twitter', url: 'https://twitter.com', search: '/search?q=' }, { key: 'y', name: 'YouTube', url: 'https://www.youtube.com', search: '/results?search_query=' }, - { key: '3', name: '0.0.0.0:3000', url: 'http://0.0.0.0:3000'}, - { key: '9', name: '0.0.0.0:9000', url: 'http://0.0.0.0:9000'}, + { key: '3', name: 'localhost:3000', url: 'http://localhost:3000'}, + { key: '9', name: 'localhost:9000', url: 'http://localhost:9000'}, ] }); }());