Skip to content

Commit

Permalink
PUSH
Browse files Browse the repository at this point in the history
-> Fixed the API
  • Loading branch information
NaysKutzu committed Oct 29, 2023
1 parent a163ae2 commit c3e10a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/base.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php
use MythicalDash\Database\Connect;
$conn = new Connect();
$conn = $conn->connectToDatabase();
header('Content-type: application/json');
ini_set("display_errors", 0);
ini_set("display_startup_errors", 0);
Expand Down

0 comments on commit c3e10a0

Please sign in to comment.