Enable CORS

This commit is contained in:
PhatPhuckDave
2024-07-21 18:59:57 +02:00
parent 38449a7676
commit 7e12d9e939
2 changed files with 36 additions and 15 deletions

3
downloader/deploy.sh Normal file
View File

@@ -0,0 +1,3 @@
nssm stop YoutubeDownloader && \
go build main && \
nssm start YoutubeDownloader