mirror of
https://github.com/WiiLink24/wfc-server.git
synced 2026-09-11 01:55:28 -05:00
NAS: Oops fix payload download requests haha
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user