Skip to content

Commit 8c8d3ee

Browse files
increase endpoint cache duration
1 parent 67785e1 commit 8c8d3ee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dashboard-fe/pages/api/get-remote.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ export default (req, res) => {
1818
return;
1919
}
2020
const { currentHost, remoteName, token } = req.query;
21-
console.log(
22-
new URL(`/api/graphql?token=${token}`, privateConfig.EXTERNAL_URL).href
23-
);
21+
2422
fetch(
2523
new URL(`/api/graphql?token=${token}`, privateConfig.EXTERNAL_URL).href,
2624
{

0 commit comments

Comments
 (0)