diff --git a/app/main.rb b/app/main.rb index 9c2c715c..ea8bcbe8 100644 --- a/app/main.rb +++ b/app/main.rb @@ -56,13 +56,8 @@ class MigrationService < Sinatra::Base end - get '/jobs/new' do - erb :"jobs/new" - end - - post '/jobs' do - + $busy ||= Atomic.new(false) raise "BUSY" if $busy.value $busy.value = true