porkchopclub/porkchop

View on GitHub
app/javascript/api/v2/ongoingMatch.js

Summary

Maintainability
A
0 mins
Test Coverage
import fetch from './fetch'

export const setup = (tableId) => fetch(`/api/v2/tables/${tableId}/matches/setup`, { method: 'POST', })