Skip to content

Commit

Permalink
Merge pull request #2227 from aziontech/dev
Browse files Browse the repository at this point in the history
DEPLOY 2025-02-25 2
  • Loading branch information
HerbertJulio authored Feb 25, 2025
2 parents 8dbdbb0 + bfd9b4f commit 83f7ed1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
17 changes: 6 additions & 11 deletions azion/production/azion.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,6 @@
"name": "Route GraphQL City Queries to Cities Origin",
"phase": "request"
},
{
"id": 269759,
"name": "Route GraphQL Billing Queries to Manager Origin",
"phase": "request"
},
{
"id": 269763,
"name": "Secure Headers",
Expand All @@ -142,11 +137,6 @@
"name": "Route API Identity Providers",
"phase": "request"
},
{
"id": 318350,
"name": "Route GraphQL Accounting Queries to Manager Origin",
"phase": "request"
},
{
"id": 368275,
"name": "Rewrite azrt Cookie in azion.com",
Expand Down Expand Up @@ -176,6 +166,11 @@
"id": 368280,
"name": "Rewrite azat Cookie in azionedge.net",
"phase": "response"
},
{
"id": 372222,
"name": "API Version 4 Routing",
"phase": "request"
}
]
},
Expand All @@ -189,4 +184,4 @@
"name": "Cities - Cache"
}
]
}
}
1 change: 1 addition & 0 deletions src/services/real-time-events-service/get-total-records.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const getTotalRecords = async ({ filter, dataset }) => {
const decorator = new AxiosHttpClientSignalDecorator()

const httpResponse = await decorator.request({
baseURL: '/',
url: makeRealTimeEventsBaseUrl(),
method: 'POST',
body: payload
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ describe('getTotalRecords', () => {
url: 'v4/events/graphql',
method: 'POST',
signal: undefined,
baseURL: '/',
body: {
query,
variables: {
Expand Down

0 comments on commit 83f7ed1

Please sign in to comment.