You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few .html files from ./resources/public that shouldn't be there (they are actually mustache templates, and they should not available as a public resource).
Add a .mustache extension to the .html files and move them under ./resources/templates (and update and references to those files).
The text was updated successfully, but these errors were encountered:
There are a few
.html
files from./resources/public
that shouldn't be there (they are actually mustache templates, and they should not available as a public resource).Add a
.mustache
extension to the.html
files and move them under./resources/templates
(and update and references to those files).The text was updated successfully, but these errors were encountered: