stub controller to help with future testing

This commit is contained in:
Jamie Macey
2020-10-12 22:47:31 -07:00
parent 8d673068af
commit b37c7905cd
5 changed files with 19 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ TestApp::Application.routes.draw do
post 'auth-tests/api-key', to: 'auth_tests#api_key'
post 'auth-tests/basic-and-api-key', to: 'auth_tests#basic_and_api_key'
resources :stubs
mount Rswag::Api::Engine => 'api-docs'
mount Rswag::Ui::Engine => 'api-docs'
end