chore: Revert "chore: allow empty string route.api" (#1681)

This commit is contained in:
Dan Ribbens
2022-12-15 15:08:50 -05:00
committed by GitHub
parent 91e33ad1ee
commit d88daa433e

View File

@@ -36,7 +36,7 @@ export default joi.object({
cookiePrefix: joi.string(),
routes: joi.object({
admin: joi.string(),
api: joi.string().allow(''),
api: joi.string(),
graphQL: joi.string(),
graphQLPlayground: joi.string(),
}),