mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
0.0.0.0 to localhost because sometimes we aren't sharing with everyone
This commit is contained in:
parent
06c6326447
commit
979571cf26
1 changed files with 2 additions and 2 deletions
|
|
@ -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'},
|
||||
]
|
||||
});
|
||||
}());
|
||||
|
|
|
|||
Loading…
Reference in a new issue