Skip to content

Commit

Permalink
token expiry message updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vickeykumar committed Jun 27, 2024
1 parent 857352e commit a869662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/chatproxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func handleModifyHeaderRequest(rw http.ResponseWriter, req *http.Request) error
if err!=nil {
handleChatProxyError(rw, req, http.StatusUnauthorized,
NewErrorResponse(
"Unauthorized Request Access Token.",
"Unauthorized or Expired Request Access Token. please refresh to start again...",
"StatusUnauthorized",
"StatusUnauthorized",
"",
Expand Down

0 comments on commit a869662

Please sign in to comment.