SU2-2 | Скрипт интегрирован в sidekiq, создан простой интерфейс на взаимодействие с SK, тест на нескольких ИНН

This commit is contained in:
Dmitry
2025-11-28 17:22:47 +03:00
parent 6758e271fa
commit 7f6e386250
15 changed files with 208 additions and 3 deletions
+8 -1
View File
@@ -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"