Skip to content

Commit

Permalink
clean console
Browse files Browse the repository at this point in the history
Signed-off-by: nameczz <zizhao.chen@zilliz.com>
  • Loading branch information
nameczz committed Jan 20, 2022
1 parent b5499e9 commit 2ffffd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@ jobs:
- name: Docker tag
run: docker tag zilliz/attu:${GITHUB_REF#refs/tags/} zilliz/attu:latest

- name: Docker Push version
run: docker push zilliz/attu:${GITHUB_REF#refs/tags/}

- name: Docker Push lastest
run: docker push zilliz/attu
2 changes: 1 addition & 1 deletion express/src/middlewares/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const ReqHeaderMiddleware = (
// all ape requests need set milvus address in header.
// server will set activeaddress in milvus service.
const milvusAddress = (req.headers[MILVUS_ADDRESS] as string) || '';
console.log(req.headers);

// only api request has MILVUS_ADDRESS.
// When client run in express, we dont need static files like: xx.js run this logic.
// Otherwise will cause 401 error.
Expand Down

0 comments on commit 2ffffd8

Please sign in to comment.