chore: Revert "chore: allow empty string route.api" (#1681)
This commit is contained in:
@@ -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(),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user