Add missing base url in clear inbox endpoint url
This commit is contained in:
parent
3afd252c71
commit
450a9de82d
|
@ -2,7 +2,7 @@
|
|||
{{define "header_buttons"}}
|
||||
<button
|
||||
data-controller="restful"
|
||||
data-restful-endpoint="/emails"
|
||||
data-restful-endpoint="{{ .BaseURL }}/emails"
|
||||
data-restful-method="DELETE"
|
||||
class="button is-danger">
|
||||
🗑️ Clear
|
||||
|
|
Loading…
Reference in New Issue