forked from spacebar/SplatNet-Backend
Update 'splatfest' type to 'telemetry type to make more sense. + actually made index be index & post be post instead of post being index.
This commit is contained in:
parent
fff6d3399f
commit
88aac5afe2
5 changed files with 12 additions and 51 deletions
|
|
@ -3,7 +3,7 @@ const { joi } = require('../util');
|
|||
const { SplatfestResult } = require('../models/splatfest_result');
|
||||
|
||||
module.exports = {
|
||||
type: 'splatfest',
|
||||
type: 'telemetry',
|
||||
result_model: SplatfestResult,
|
||||
validation_schema: joi.object({
|
||||
ServerEnv: joi.string(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue