Skip to content

Commit

Permalink
Another test
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasGLund99 committed Nov 13, 2023
1 parent d644c9a commit 9d72a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def do_POST(self):
self.send_header('Content-type','text/html')
self.end_headers()

message = "TEST123 POST to group-d data: " + post_data
message = "TEST12345 POST to group-d data: " + post_data

else:
self.send_response(404)
Expand Down

0 comments on commit 9d72a7d

Please sign in to comment.