Skip to content

Commit

Permalink
Update environment.prod.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmyers authored Mar 16, 2024
1 parent 37302aa commit eb90cf4
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 eb90cf4

Please sign in to comment.