Skip to content

Commit 2b0af34

Browse files
committed
Update API URL in application configuration - https://comptox.epa.gov/ctx-api
1 parent bdcc071 commit 2b0af34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/config/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ server:
7474
application:
7575
api-key-name: "x-api-key"
7676
api-env: "Production Environment"
77-
api-url: "https://api-ccte.epa.gov"
77+
api-url: "https://comptox.epa.gov/ctx-api"
7878
# CORS is disabled by default on microservices, as you should access them through a gateway.
7979
# If you want to enable it, please uncomment the configuration below.
8080
# cors:

0 commit comments

Comments
 (0)