Harrison Deng
8f96a2e5c9
All responses are now in their own object with context name. Added limit to user based recent results for matches. Moved all code in endpoints inside try and catch. Renamed authentication guard function.
6 lines
99 B
JavaScript
6 lines
99 B
JavaScript
export default {
|
|
Match: "match",
|
|
User: "user",
|
|
Sport: "sport",
|
|
Rental: "rental",
|
|
}; |