Skip to content

Commit

Permalink
Move interface to local host
Browse files Browse the repository at this point in the history
  • Loading branch information
narlock committed Jun 8, 2024
1 parent b84b299 commit 5af5adc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
2 changes: 1 addition & 1 deletion KaizenLAN/public/lib/graph/kaizenGraphInterface.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const GRAPH_ENDPOINT = "http://192.168.0.35:8080/graphql";
const GRAPH_ENDPOINT = "http://localhost:8080/graphql";

async function request(query) {
const options = {
Expand Down
24 changes: 0 additions & 24 deletions KaizenLAN/public/lib/graph/kaizenGraphInterface.js.bak

This file was deleted.

0 comments on commit 5af5adc

Please sign in to comment.