Skip to content

Commit

Permalink
service_history endpoint added
Browse files Browse the repository at this point in the history
  • Loading branch information
micahaspyr committed Apr 23, 2024
1 parent 934989f commit 2a77d4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
resource :claim_attachments, only: [:create], controller: :claim_documents
resources :debts, only: %i[index show]
resources :debt_letters, only: %i[index show]
resources :education_career_counseling_claims, only: :create
resources :education_career_counseling_claims, only: %i[create service_history]
resources :veteran_readiness_employment_claims, only: :create
resource :virtual_agent_token, only: [:create], controller: :virtual_agent_token
resource :virtual_agent_token_msft, only: [:create], controller: :virtual_agent_token_msft
Expand Down Expand Up @@ -366,6 +366,7 @@
get 'document_download/:id', action: 'document_download'
post 'submit_coe_claim'
post 'document_upload'
get 'service_history/:icn'
end

get 'terms_of_use_agreements/:version/latest', to: 'terms_of_use_agreements#latest'
Expand Down

0 comments on commit 2a77d4f

Please sign in to comment.