Skip to content

Commit df29edb

Browse files
committed
sync routes
1 parent aa983c3 commit df29edb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

terraform/dev/main.tf

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ paths:
4545
summary: categories
4646
operationId: getCategories
4747
x-google-backend:
48-
address: https://us-central1-httparchive.cloudfunctions.net/tech-report-api-dev
48+
address: https://us-central1-httparchive.cloudfunctions.net/tech-report-api-dev/categories
4949
deadline: 60
5050
responses:
5151
200:
@@ -55,7 +55,7 @@ paths:
5555
summary: adoption
5656
operationId: getadoptionReports
5757
x-google-backend:
58-
address: https://us-central1-httparchive.cloudfunctions.net/tech-report-api-dev
58+
address: https://us-central1-httparchive.cloudfunctions.net/tech-report-api-dev/adoption
5959
deadline: 60
6060
responses:
6161
200:
@@ -65,7 +65,7 @@ paths:
6565
summary: pageWeight
6666
operationId: getpageWeight
6767
x-google-backend:
68-
address: https://us-central1-httparchive.cloudfunctions.net/tech-report-api-dev
68+
address: https://us-central1-httparchive.cloudfunctions.net/tech-report-api-dev/page-weight
6969
deadline: 60
7070
responses:
7171
200:
@@ -75,7 +75,7 @@ paths:
7575
summary: lighthouse
7676
operationId: getLighthouseReports
7777
x-google-backend:
78-
address: https://us-central1-httparchive.cloudfunctions.net/tech-report-api-dev
78+
address: https://us-central1-httparchive.cloudfunctions.net/tech-report-api-dev/lighthouse
7979
deadline: 60
8080
responses:
8181
200:
@@ -85,7 +85,7 @@ paths:
8585
summary: cwv
8686
operationId: getCwv
8787
x-google-backend:
88-
address: https://us-central1-httparchive.cloudfunctions.net/tech-report-api-dev
88+
address: https://us-central1-httparchive.cloudfunctions.net/tech-report-api-dev/cwv
8989
deadline: 60
9090
responses:
9191
200:
@@ -95,7 +95,7 @@ paths:
9595
summary: ranks
9696
operationId: getRanks
9797
x-google-backend:
98-
address: https://us-central1-httparchive.cloudfunctions.net/tech-report-api-dev
98+
address: https://us-central1-httparchive.cloudfunctions.net/tech-report-api-dev/ranks
9999
deadline: 60
100100
responses:
101101
200:
@@ -105,7 +105,7 @@ paths:
105105
summary: geos
106106
operationId: getGeos
107107
x-google-backend:
108-
address: https://us-central1-httparchive.cloudfunctions.net/tech-report-api-dev
108+
address: https://us-central1-httparchive.cloudfunctions.net/tech-report-api-dev/geos
109109
deadline: 60
110110
responses:
111111
200:
@@ -115,7 +115,7 @@ paths:
115115
summary: technologies
116116
operationId: getTechnologies
117117
x-google-backend:
118-
address: https://us-central1-httparchive.cloudfunctions.net/tech-report-api-dev
118+
address: https://us-central1-httparchive.cloudfunctions.net/tech-report-api-dev/technologies
119119
deadline: 60
120120
responses:
121121
200:

0 commit comments

Comments
 (0)