diff options
Diffstat (limited to 'app/controllers/api/v1/users_controller.rb')
| -rw-r--r-- | app/controllers/api/v1/users_controller.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/controllers/api/v1/users_controller.rb b/app/controllers/api/v1/users_controller.rb index f367ae4..985ace9 100644 --- a/app/controllers/api/v1/users_controller.rb +++ b/app/controllers/api/v1/users_controller.rb @@ -5,6 +5,10 @@ class Api::V1::UsersController < ApplicationController render json: blog end + def get + + end + def create_or_update(user_params) # add new user, overwrite if exists end |
