Update song queue changes (#145)

* Updated gitignore to disregard some .env files

.env.docker and .env.local. Primarily used for switching between local and docker development

* Changed PATCH /api/v2/song/queue/{id} endpoint

Modified the response body. Will just return a list of song queue id

* Adding some helpful info for the response body

* Tidying up and making some changes

* Code formatting
This commit was merged in pull request #145.
This commit is contained in:
KD
2025-06-28 16:45:25 -04:00
committed by GitHub
parent fbec3305b1
commit 9c67bfd8a8
3 changed files with 13 additions and 3 deletions
+2
View File
@@ -2,6 +2,8 @@
/target
.env
.env.docker
.env.local
.DS_STORE
Storage/