Skip to content

Commit

Permalink
yay
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Salisbury committed Feb 16, 2017
1 parent 4b6c475 commit f7002de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/index.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

header("Access-Control-Allow-Origin: *");
$autoloader = require './vendor/autoload.php'; // Composer Autoload Libraries
$autoloader->add('', __DIR__ . '/generated-classes/'); // Propel ORM Classes
require './generated-conf/config.php'; // Propel Config
Expand Down

0 comments on commit f7002de

Please sign in to comment.