Chore: Housekeeping tasks (#721)

- End point to return api version
- Move agent bot listener to sync dispatcher
- gem update
This commit is contained in:
Sojan Jose
2020-04-16 15:05:01 +05:30
committed by GitHub
parent 55892e37f9
commit 743bddc065
8 changed files with 59 additions and 18 deletions

View File

@@ -17,6 +17,7 @@ Rails.application.routes.draw do
resource :widget, only: [:show]
get '/api', to: 'api#index'
namespace :api, defaults: { format: 'json' } do
namespace :v1 do
# ----------------------------------