We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72944d1 + 3c2e766 commit 33dbd2dCopy full SHA for 33dbd2d
src/routes/api/submit/validators.ts
@@ -2,7 +2,7 @@ import { Handler } from 'express'
2
import BaseValidator from 'validators/baseValidator'
3
import * as Joi from '@hapi/joi'
4
5
-export default class RunValidator extends BaseValidator {
+export default class SubmitValidator extends BaseValidator {
6
POST: Handler
7
8
constructor() {
0 commit comments