NAS: Oops fix payload download requests haha
Some checks are pending
Build CI / build (push) Waiting to run
golangci-lint / lint (push) Waiting to run

This commit is contained in:
Palapeli 2026-04-11 18:07:56 -04:00
parent 128935f186
commit 0b5041663a
No known key found for this signature in database
GPG Key ID: 1FFE8F556A474925

View File

@ -68,6 +68,7 @@ func StartServer(reload bool) {
if payloadServerAddress != "" {
// Forward the request to the payload server
authMux.HandleFunc("/payload", forwardPayloadRequest)
authMux.HandleFunc("/payload/", forwardPayloadRequest)
} else {
authMux.HandleFunc("/payload", handlePayloadRequest)