mirror of
https://github.com/WiiLink24/wfc-server.git
synced 2026-06-22 07:10:02 -05:00
NAS: Oops fix payload download requests haha
This commit is contained in:
parent
128935f186
commit
0b5041663a
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user