summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index 8921784..5cd8692 100644
--- a/index.js
+++ b/index.js
@@ -37,7 +37,7 @@ var app = okcms.createApp({
date: {type: 'string'},
title: {type: 'string'},
medium: {type: 'string'},
- category: {type: 'enum', options:['Surveillance','Drones','Facial Recognition'},
+ category: {type: 'enum', options:['Surveillance','Drones','Facial Recognition']},
keywords: {type: 'text'},
description: {type: 'text'},
image: {type: 'image'},