Skip to content

Commit

Permalink
fix: change backendHost to use it on local machine
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekzyla committed Oct 4, 2022
1 parent a90bb1f commit e6b11de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/packages/manager/src/host.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';

const backendHost = "localhost:5000";
const backendHost = "127.0.0.1:5000";

export {backendHost};

0 comments on commit e6b11de

Please sign in to comment.