Skip to content

Commit

Permalink
sdad
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisMuhovic committed Sep 28, 2024
1 parent b12223a commit 29b1bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
require 'routes/userRoutes.php';
require 'routes/quizRoutes.php';

$allowedOrigin = "https://onlinequizplatform.netlify.app/";
$allowedOrigin = "https://onlinequizplatform.netlify.app";

Flight::route('OPTIONS /*', function() use ($allowedOrigin) {
header("Access-Control-Allow-Origin: $allowedOrigin");
Expand Down

0 comments on commit 29b1bc3

Please sign in to comment.