Skip to content

Commit

Permalink
Merge pull request #117 from andreagalle/patch-1
Browse files Browse the repository at this point in the history
fix proxy redirection to local for .html
  • Loading branch information
pmp-p committed Sep 26, 2023
2 parents 98cc970 + 91a27c1 commit 5509d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygbag/testserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def send_head(self):
print(self.path)
print()

elif path.endswith(".html"):
elif self.path.endswith(".html"):
if VERB:
print("REPLACING", path, CDN, PROXY)
content = f.read()
Expand Down

0 comments on commit 5509d8b

Please sign in to comment.