We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82dd2bc commit 431246dCopy full SHA for 431246d
config.ru
@@ -14,6 +14,7 @@ Thread.abort_on_exception = true
14
15
Thread.new do
16
SlackApiExplorer::Service.instance.start_from_database!
17
+ SlackApiExplorer::App.instance.after_start!
18
end
19
20
run Api::Middleware.instance
0 commit comments