Skip to content

Commit

Permalink
Add missing Endpoints to Whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythicaeda committed Aug 28, 2023
1 parent eb648e3 commit 8524ed9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sequencing-server/src/utils/hasura.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ export const ENDPOINTS_WHITELIST = new Set([
'/seqjson/bulk-get-seqjson-for-sequence-standalone',
'/seqjson/get-seqjson-for-sequence-standalone',
'/seqjson/get-seqjson-for-seqid-and-simulation-dataset',
'/seqjson/bulk-get-edsl-for-seqjson',
'/seqjson/get-edsl-for-seqjson'
]);

/**
Expand Down

0 comments on commit 8524ed9

Please sign in to comment.