Skip to content

Commit

Permalink
Update Fetch.js new ip
Browse files Browse the repository at this point in the history
  • Loading branch information
lm-cyber authored Apr 17, 2024
1 parent a4abf96 commit 485e948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/API/Fetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var headers = {

export default async function Fetch({ action, method, body }) {

var url = `http://92.255.77.65/${action}` // for server
var url = `http://80.68.156.51/${action}` // for server
// var url = `http://0.0.0.0:8080/${action}` // for local
var data

Expand Down

0 comments on commit 485e948

Please sign in to comment.