This is an automated email from the ASF dual-hosted git repository.
ocket8888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/master by this push:
new 8cc43dfed4 Update Traffic Portal v2 to use Traffic Ops API v3 (#6877)
8cc43dfed4 is described below
commit 8cc43dfed439243c3752b50e2e7a71b2d82094f8
Author: Zach Hoffman <[email protected]>
AuthorDate: Wed Jun 1 20:02:44 2022 -0600
Update Traffic Portal v2 to use Traffic Ops API v3 (#6877)
---
experimental/traffic-portal/src/environments/environment.prod.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/experimental/traffic-portal/src/environments/environment.prod.ts
b/experimental/traffic-portal/src/environments/environment.prod.ts
index 5900a07ed2..c7bfb07f07 100644
--- a/experimental/traffic-portal/src/environments/environment.prod.ts
+++ b/experimental/traffic-portal/src/environments/environment.prod.ts
@@ -17,6 +17,6 @@
* environment contains information about the running environment.
*/
export const environment = {
- apiVersion: "2.0",
+ apiVersion: "3.0",
production: true
};