update errors controller

pull/217/head
Pete Matsyburka 2 years ago
parent 5502c2ab1b
commit 155c708e4f

@ -8,7 +8,11 @@ class ErrorsController < ActionController::Base
'/templates/html', '/templates/html',
'/api/templates/html', '/api/templates/html',
'/templates/pdf', '/templates/pdf',
'/api/templates/pdf' '/api/templates/pdf',
'/templates/doc',
'/api/templates/doc',
'/templates/docx',
'/api/templates/docx'
].freeze ].freeze
def show def show

Loading…
Cancel
Save