Skip to content

Commit f51d78b

Browse files
clean up
1 parent 570f6a0 commit f51d78b

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

ui/src/app/index.jsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ import { FETCH_AGG } from './store/actions'
2424
// won't auto update until gulp script
2525
let REACTION_TYPES = require('./meta.js').REACTION_TYPES
2626

27-
function getEndpoint (location, offset) {
28-
var url = 'https://8zbfsx31e0.execute-api.ap-northeast-1.amazonaws.com/prod/reactions'
29-
url += '?location=' + location
30-
url += '&offset=' + offset || 0
31-
return url
32-
}
33-
3427
// TODO by daily (HK) emotion?
3528
// http://stackoverflow.com/questions/260857/changing-website-favicon-dynamically
3629
(function () {

0 commit comments

Comments
 (0)