Skip to content

Commit

Permalink
Merge pull request #2077 from johnekent/main
Browse files Browse the repository at this point in the history
Issue #2068 boolean flag change
  • Loading branch information
ianco authored Jan 18, 2023
2 parents ea31bd7 + 1bdf726 commit 5c9ce16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
hooks:
- id: black
stages: [commit]
- repo: https://gitlab.com/pycqa/flake8
- repo: https://github.com/pycqa/flake8.git
rev: 3.9.0
hooks:
- id: flake8
Expand Down
2 changes: 1 addition & 1 deletion aries_cloudagent/admin/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ async def setup_context(request: web.Request, handler):
)

server_routes = [
web.get("/", self.redirect_handler, allow_head=False),
web.get("/", self.redirect_handler, allow_head=True),
web.get("/plugins", self.plugins_handler, allow_head=False),
web.get("/status", self.status_handler, allow_head=False),
web.get("/status/config", self.config_handler, allow_head=False),
Expand Down

0 comments on commit 5c9ce16

Please sign in to comment.