mirror of
https://github.com/Xevion/banner.git
synced 2025-12-10 06:06:33 -06:00
Use DoRequest, fix response unmarshalling
This commit is contained in:
@@ -17,7 +17,7 @@ func setup() {
|
||||
|
||||
for _, path := range request_queue {
|
||||
req := BuildRequest("GET", path, nil)
|
||||
doRequest(req)
|
||||
DoRequest(req)
|
||||
}
|
||||
|
||||
// Validate that cookies were set
|
||||
|
||||
Reference in New Issue
Block a user