aboutsummaryrefslogtreecommitdiffstats
path: root/config.ru
blob: 766432f18f36b1f77b42c0d1c13422c614db5e84 (plain)
1
2
3
4
5
6
7
# Start home_timeline polling
require_relative "service"
Service.setup

# Start web app
require_relative "app"
run App