Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
feat(platform #66): adjusted endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
AminYacine committed Nov 10, 2023
1 parent cd3311a commit c6a14d7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"targetEnvironments": [
{
"name": "local",
"url": "http://localhost:8090/engine-rest"
"url": "https://miranum.miragon.dev/deployment"
},
{
"name": "dev",
"url": "https://miranum.miragon.dev/rest"
"url": "https://miranum.miragon.dev/deployment"
},
{
"name": "test",
"url": "http://localhost:8090"
"url": "https://miranum.miragon.dev/deployment"
}
]
}
Expand Down

0 comments on commit c6a14d7

Please sign in to comment.