Skip to content

Commit

Permalink
Change port to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
grymmy committed Dec 9, 2024
1 parent 0db12cc commit 02bc5df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ def send_my_headers(self):
self.send_header("Cross-Origin-Opener-Policy", "same-origin")

if __name__ == '__main__':
server.test(HandlerClass=MyHTTPRequestHandler)

server.test(HandlerClass=MyHTTPRequestHandler, port=80)

0 comments on commit 02bc5df

Please sign in to comment.