1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2026-01-19 06:09:47 +00:00

refactor: remove the fast server

هذا الالتزام موجود في:
Adam Cooke
2021-07-29 10:54:15 +00:00
الأصل 8e3294ba1a
التزام 17dd7cc757
38 ملفات معدلة مع 116 إضافات و861 حذوفات

عرض الملف

@@ -28,5 +28,9 @@ module Postal
# Disable field_with_errors
config.action_view.field_error_proc = Proc.new { |t, i| t }
# Load the tracking server middleware
require 'postal/tracking_middleware'
config.middleware.use Postal::TrackingMiddleware
end
end