Skip to content

Commit a44cbe5

Browse files
authored
[update] final
1 parent 58d93cb commit a44cbe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http_communication_with_server.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ void setup()
6363
if (client.connect(server, port)) {
6464
Serial.println("Connected to server");
6565
// Make a HTTP request
66-
client.println("GET /score HTTP/1.1");
66+
client.println("GET /score/arduino HTTP/1.1");
6767
client.println("Connection: close");
6868
client.println();
6969
}

0 commit comments

Comments
 (0)