From d8d11e810f40bbc9ca4b3b60b9a549d651ba79fd Mon Sep 17 00:00:00 2001 From: msyu Date: Fri, 1 Nov 2024 09:07:22 +0300 Subject: [PATCH] 006 --- v1/Application.cfc | 2 +- v1/resources/err.cfc | 10 ++++++++++ v1/resources/user.cfc | 8 ++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 v1/resources/err.cfc diff --git a/v1/Application.cfc b/v1/Application.cfc index e0feead..cf37ee7 100644 --- a/v1/Application.cfc +++ b/v1/Application.cfc @@ -71,7 +71,7 @@ //variables.framework.docs={}; variables.framework.docs.APIName="Deck API"; - variables.framework.docs.APIVersion="0.005"; + variables.framework.docs.APIVersion="0.006"; variables.framework.globalHeaders = structNew(); variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location"; diff --git a/v1/resources/err.cfc b/v1/resources/err.cfc new file mode 100644 index 0000000..3339c25 --- /dev/null +++ b/v1/resources/err.cfc @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/v1/resources/user.cfc b/v1/resources/user.cfc index df2ef62..35eb52e 100644 --- a/v1/resources/user.cfc +++ b/v1/resources/user.cfc @@ -18,6 +18,14 @@ + + + + + + + + select