Skip to content

Commit

Permalink
environment.ts update
Browse files Browse the repository at this point in the history
  • Loading branch information
popenc committed Apr 22, 2024
1 parent dbc5a25 commit f8dcd2f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

export const environment = {
production: false,

apiURL: "http://127.0.0.1:31001/vb/api/",
infoURL: "http://127.0.0.1:31001/vb/",
// apiURL: "http://127.0.0.1:31000/vb/api/",
// infoURL: "http://127.0.0.1:31000/vb/",
apiURL: "/vb/api/",
infoURL: "/vb/",
};

/*
Expand Down

0 comments on commit f8dcd2f

Please sign in to comment.