Had to fix namespacing issue with the table api endpoint.

This commit is contained in:
2023-05-27 16:42:36 -05:00
parent 81533b93fe
commit e107baf3ab
2 changed files with 7 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<?php
namespace table;
require("class.php");
use table\Table;
function get_main () {
$db = $GLOBALS["db"];
/*