Skip to content

Commit

Permalink
Merge pull request #282 from SynBioDex/cjmyers-patch-1
Browse files Browse the repository at this point in the history
Update environment.prod.ts
  • Loading branch information
cjmyers authored Mar 16, 2024
2 parents 37302aa + eb90cf4 commit 9c1eb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SBOLCanvasFrontend/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const environment = {
production: true,
backendURL: 'http://localhost:8080/api',
backendURL: '/api',
baseURI: "https://sbolcanvas.org"
};

0 comments on commit 9c1eb72

Please sign in to comment.