Skip to content

Commit

Permalink
Update to the correct hardcoded url
Browse files Browse the repository at this point in the history
  • Loading branch information
nadnad committed Oct 10, 2023
1 parent 99623fd commit 9b30bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { frontendPort, getBackendPort } from "../src/utils/portUtils";
require("dotenv").config();

const corsOption = {
origin: "https://frontend-cypress-realworld-ap.dev.shipyardbuild.shipyard.host",
origin: "https://frontend-cypress-realworld-app-cypress-realworld-ap-pr1.dev.shipyardbuild.shipyard.host",
methods: "GET,HEAD,PUT,PATCH,POST,DELETE",
allowedHeaders: ["Content-Type", "Authorization"],
exposedHeaders: ["Content-Encoding"],
Expand Down

0 comments on commit 9b30bd8

Please sign in to comment.