mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
Fix crowdfunding-admin js file not being included
This commit is contained in:
parent
cc444811db
commit
4e9b3b40aa
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@
|
|||
"wwwroot/vendor/highlightjs/default.min.css",
|
||||
"wwwroot/vendor/summernote/summernote-bs4.css",
|
||||
"wwwroot/vendor/flatpickr/flatpickr.min.css",
|
||||
"wwwroot/crowdfund-admin/**/*.js"
|
||||
"wwwroot/crowdfund-admin/*.js"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue