fix
Some checks failed
Test / tests (ubuntu-latest, x86_64-linux) (push) Failing after 31s
Test / tests (ubuntu-24.04-arm, aarch64-linux) (push) Has been cancelled
Update Flakes / update-flakes (push) Failing after 1m3s

This commit is contained in:
2026-03-12 19:10:04 +01:00
parent 8c970f6391
commit 7c75138ca9

View File

@@ -32,7 +32,7 @@ def _parse_response():
return pulls
class PullsHandler(BaseHTTPRequestHandler):
_VALID_PATHS={"/", "gitea-pulls-sorted.json"}
_VALID_PATHS={"/", "/gitea-pulls-sorted.json"}
def do_GET(self):
if self.path not in self._VALID_PATHS: