diff --git a/views/index.html b/views/index.html index 2071269..b49fc66 100644 --- a/views/index.html +++ b/views/index.html @@ -17,7 +17,6 @@
/api/issues/{projectname}
with form data containing required issue_title, issue_text, created_by, and optional assigned_to and status_text./api/issues/{projectname}
with a _id and any fields in the object with a value to object said object. Returned will be 'successfully updated' or 'could not update '+_id. This should always update updated_on. If no fields are sent return 'no updated field sent'.