We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 570f6a0 commit f51d78bCopy full SHA for f51d78b
1 file changed
ui/src/app/index.jsx
@@ -24,13 +24,6 @@ import { FETCH_AGG } from './store/actions'
24
// won't auto update until gulp script
25
let REACTION_TYPES = require('./meta.js').REACTION_TYPES
26
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
-
34
// TODO by daily (HK) emotion?
35
// http://stackoverflow.com/questions/260857/changing-website-favicon-dynamically
36
(function () {
0 commit comments