create graph api client to handle requests

This commit is contained in:
Bilal
2020-08-12 16:36:47 +02:00
parent 3352217a03
commit f25a72004e
8 changed files with 123 additions and 4 deletions

View File

@@ -101,7 +101,8 @@ Rails.application.routes.draw do
member do
delete :destroy_file
end
resource :zoom_meeting, only: [:show]
# resource :zoom_meeting, only: [:show]
resource :microsoft_teams_meeting, only: [:show]
end
resources :directories, except: [:index] do
member do