mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-20 15:01:36 +01:00
Add tags pivot in projects
This commit is contained in:
@@ -10,7 +10,8 @@ export default class ProjectStoreValidator {
|
||||
description: schema.string(),
|
||||
progress: schema.number(),
|
||||
url: schema.string(),
|
||||
cover: schema.string()
|
||||
cover: schema.string(),
|
||||
tags: schema.array.optional().members(schema.string())
|
||||
})
|
||||
|
||||
public messages = {
|
||||
|
||||
Reference in New Issue
Block a user