diff options
Diffstat (limited to 'app/views/api/apps')
-rw-r--r-- | app/views/api/apps/create.rabl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/api/apps/create.rabl b/app/views/api/apps/create.rabl deleted file mode 100644 index 1ff6469a4..000000000 --- a/app/views/api/apps/create.rabl +++ /dev/null @@ -1,4 +0,0 @@ -object @app -attributes :id, :redirect_uri -node(:client_id) { |app| app.uid } -node(:client_secret) { |app| app.secret } |