Fixed PWA folder paths

This commit is contained in:
Caleb Gardner
2024-08-07 02:37:32 -05:00
parent 2afbd64dc2
commit b7c63ca794
3 changed files with 7 additions and 3 deletions
+1
View File
@@ -39,6 +39,7 @@ func (b *Backend) countLog(w http.ResponseWriter, r *http.Request) {
if r.URL.Query().Get("platform") != "" {
//TODO: remove legacy code
req.Platform = r.URL.Query().Get("platform")
req.ID = r.URL.Query().Get("id")
} else {
ReturnError(w, http.StatusBadRequest, "invalidBody", "Bad request")
return