SU2-2 | Скрипт интегрирован в sidekiq, создан простой интерфейс на взаимодействие с SK, тест на нескольких ИНН
This commit is contained in:
+8
-1
@@ -1,5 +1,12 @@
|
||||
# require 'sidekiq/web'
|
||||
|
||||
Rails.application.routes.draw do
|
||||
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
|
||||
get 'reports/create'
|
||||
get '/reports', to: 'reports#index'
|
||||
post '/reports', to: 'reports#create'
|
||||
|
||||
# mount Sidekiq::Web => '/sidekiq' # Для проверки работы Sidekiq через веб-интерфейс
|
||||
|
||||
|
||||
# Defines the root path route ("/")
|
||||
root "welcome#home"
|
||||
|
||||
Reference in New Issue
Block a user