Skip to content
This repository has been archived by the owner on Nov 22, 2019. It is now read-only.

Commit

Permalink
minor fix to setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrillin committed Jan 25, 2018
1 parent e69d0ac commit 21c90dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ngapp/src/environments/environment.prod.ts
Expand Up @@ -39,7 +39,7 @@ export const environment = {
komodoWorkspaceUrl: "/" + komodoEngine + "/" + komodoRestVersion + "/workspace",

// REST URL - Komodo teiid server
komodoTeiidUrl: "/" + komodoEngine + "/" + komodoRestVersion + "/teiid",
komodoTeiidUrl: "/" + komodoEngine + "/" + komodoRestVersion + "/metadata",

// REST URL - Komodo service
komodoServiceUrl: "/" + komodoEngine + "/" + komodoRestVersion + "/service"
Expand Down
2 changes: 1 addition & 1 deletion ngapp/src/environments/environment.ts
Expand Up @@ -42,7 +42,7 @@ export const environment = {
komodoWorkspaceUrl: "/" + komodoEngine + "/" + komodoRestVersion + "/workspace",

// REST URL - Komodo teiid server
komodoTeiidUrl: "/" + komodoEngine + "/" + komodoRestVersion + "/teiid",
komodoTeiidUrl: "/" + komodoEngine + "/" + komodoRestVersion + "/metadata",

// REST URL - Komodo service
komodoServiceUrl: "/" + komodoEngine + "/" + komodoRestVersion + "/service"
Expand Down

0 comments on commit 21c90dd

Please sign in to comment.