Skip to content

Commit

Permalink
Merge pull request #67 from yanyanho/main
Browse files Browse the repository at this point in the history
https - http
  • Loading branch information
yanyanho authored Dec 3, 2023
2 parents cbba97b + 2a1408d commit 7c236cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class RedPacketService {
@Scheduled(cron = "0 0/2 * * * ? ")
public void updateRedpacketStatus() throws IOException {
log.info("schedule task begin --------------------- ");
HttpPost request = new HttpPost("https://api.studio.thegraph.com/proxy/55957/dapp-learning-redpacket/version/latest");
HttpPost request = new HttpPost("http://api.studio.thegraph.com/proxy/55957/dapp-learning-redpacket/version/latest");
request.setHeader("Content-Type", "application/json");
// Define your GraphQL query

Expand Down

0 comments on commit 7c236cc

Please sign in to comment.