mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-02-03 13:27:49 +01:00
Add maintenance mode and update announce
This commit is contained in:
@@ -6,7 +6,7 @@ export default class AnnounceUpdateValidator {
|
||||
}
|
||||
|
||||
public schema = schema.create({
|
||||
code: schema.string(),
|
||||
code: schema.string.optional(),
|
||||
cover: schema.string.optional(),
|
||||
color: schema.string.optional(),
|
||||
hoverColor: schema.string.optional()
|
||||
|
||||
Reference in New Issue
Block a user