feat: CSAT response public APIs (#2670)

This commit is contained in:
Muhsin Keloth
2021-07-28 14:59:13 +05:30
committed by GitHub
parent a47ca9cf4b
commit 7662fdce47
6 changed files with 90 additions and 0 deletions

View File

@@ -220,6 +220,7 @@ Rails.application.routes.draw do
end
end
end
resources :csat_survey, only: [:show, :update]
end
end
end