Skip to content

Commit

Permalink
Merge pull request #65 from CyberSocYork/64-replace-heroku-with-lambda
Browse files Browse the repository at this point in the history
Update events target URL to lambda
  • Loading branch information
benslv authored May 27, 2022
2 parents 46b055f + 0857b56 commit 96919bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module.exports = {
{
resolve: "gatsby-source-custom-api",
options: {
url: "https://cybersoc-event-server.herokuapp.com/events",
url: "https://njli2tffvxaswvgogce5tkkyuq0hcohg.lambda-url.eu-west-2.on.aws/",
rootKey: "events",
schemas: {
events: `
Expand Down

0 comments on commit 96919bd

Please sign in to comment.