remove downloads#source supporting gab-social.zip src download from pre-launch

This commit is contained in:
robcolbert 2019-07-03 19:28:44 -04:00
parent 1f0cd07aa5
commit 54fe77650d
1 changed files with 0 additions and 4 deletions

View File

@ -5,8 +5,4 @@ class DownloadsController < ApplicationController
before_action :check_enabled
def source
send_file Rails.root.join('public', 'src', 'gab-social.zip')
end
end