1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-08 22:36:41 +02:00

Add stacktrace to error response

This commit is contained in:
Lee Brown
2020-01-14 10:49:19 -08:00
parent 8aca18a353
commit 59554a22d5
2 changed files with 6 additions and 1 deletions

View File

@ -10,6 +10,9 @@
{{ if .Details }}
<p class="text-gray-500 mb-0">{{ .Details }}</p>
{{ end }}
{{ if .StackTrace }}
<p class="text-gray-500 mb-0">{{ .StackTrace }}</p>
{{ end }}
</div>
</div>
{{ end }}