mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 09:32:50 +00:00
audio clips - client done
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user