mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Added CORS middleware
This commit is contained in:
parent
ff5b91da54
commit
85f7fdd285
4 changed files with 6 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ setup: jamstash
|
|||
|
||||
.PHONY: run
|
||||
run:
|
||||
@reflex -s -r "(\.go$$|sonic.toml)" -R "Jamstash-master" -- go run .
|
||||
@reflex -s -d none -r "(\.go$$|sonic.toml)" -R "Jamstash-master" -- go run .
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue