Skip to content

Commit

Permalink
0.0.460
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Sep 8, 2024
1 parent 3671940 commit 7af4464
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY backup ./backup
ENV PORT 3006
ENV DOCKER 1
ENV DEBUG_COLORS true
ENV DEBUG deeplinks:*
# ENV DEBUG deeplinks:*

EXPOSE 3006
ENTRYPOINT ["node", "index.js"]
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ app.get(['/file'], createProxyMiddleware((pathname, req) => {
}
}`
})
console.log('/file get proxy', 'result', result)
// console.log('/file get proxy', 'result', result)
const fileId = result?.data?.files?.[0]?.id;
console.log('/file get proxy', 'fileId', fileId)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deep-foundation/deeplinks",
"version": "0.0.459",
"version": "0.0.460",
"license": "Unlicense",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 7af4464

Please sign in to comment.