1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-11 01:22:48 +00:00

audio clips - client done

This commit is contained in:
2017-10-04 20:56:55 -05:00
parent b487548ac6
commit 74976de6cf
18 changed files with 175 additions and 92 deletions

View File

@@ -35,7 +35,7 @@ export class Pubg extends React.Component<Props, State> {
}
componentDidMount() {
axios.get("/stats/pubg").then((res) => {
axios.get("/api/stats/pubg").then((res) => {
this.setState({
players: _.map(res.data) as any,