Skip to content

Commit 431246d

Browse files
committed
Actually run after_start.
1 parent 82dd2bc commit 431246d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.ru

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Thread.abort_on_exception = true
1414

1515
Thread.new do
1616
SlackApiExplorer::Service.instance.start_from_database!
17+
SlackApiExplorer::App.instance.after_start!
1718
end
1819

1920
run Api::Middleware.instance

0 commit comments

Comments
 (0)