Skip to content

Commit 7bdeb21

Browse files
authored
Merge pull request #149 from crestalnetwork/fix/jwt-readonly
fix: jwt-readonly
2 parents f41d5f1 + 6db7f67 commit 7bdeb21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/middleware.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ async def verify_jwt(
4040
or host == "localhost"
4141
or host == "127.0.0.1"
4242
or host == "intent-api"
43+
or host == "intent-readonly"
4344
):
4445
return ""
4546

0 commit comments

Comments
 (0)