update errors controller

This commit is contained in:
Pete Matsyburka
2023-12-22 16:36:15 +02:00
parent 5502c2ab1b
commit 155c708e4f
+5 -1
View File
@@ -8,7 +8,11 @@ class ErrorsController < ActionController::Base
'/templates/html',
'/api/templates/html',
'/templates/pdf',
'/api/templates/pdf'
'/api/templates/pdf',
'/templates/doc',
'/api/templates/doc',
'/templates/docx',
'/api/templates/docx'
].freeze
def show