Skip to content

Commit

Permalink
Fix localhost address, no port is now needed in react
Browse files Browse the repository at this point in the history
  • Loading branch information
yarinvak committed Dec 20, 2019
1 parent a27b799 commit 0bbc80f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 34 deletions.
2 changes: 1 addition & 1 deletion dashboard/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const App: React.FC = () => {
<Helmet>
<title>GraphQL Vision</title>
</Helmet>
<DashBoard endpoint="http://localhost:4000/graphql" serviceName="GraphQL Vision"/>
<DashBoard endpoint="/graphql" serviceName="GraphQL Vision"/>
</div>
);
};
Expand Down
33 changes: 1 addition & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-vision",
"version": "0.1.6",
"version": "0.1.7",
"description": "A server for receiving apollo tracing elements and rendering the metrics into a react dashboard",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 0bbc80f

Please sign in to comment.