Skip to content

Commit

Permalink
dc/g-sheets update calls.http with new endpoint url
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Nov 19, 2024
1 parent 188b8be commit e43c9d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions collectors/google-spreadsheet/calls.http
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# SPDX-License-Identifier: CC0-1.0

@host = http://localhost:8082/trigger
@host=https://spreadsheets.opendatahub.com
@host=https://google.spreadsheets.io.opendatahub.com
@path=/centro-trevi
@trigger = {{host}}{{path}}/trigger
# The token is generated on application start, you can find it in the log
@token = caeb6c2e-8220-41f2-b9a0-b716fd840188
@token = 2e80718d-e053-4ac6-b947-719148b04557

POST {{trigger}}
X-Goog-Channel-Token: {{token}}

0 comments on commit e43c9d1

Please sign in to comment.