fixed path to lib
This commit is contained in:
parent
ce7a195120
commit
e3da703651
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
require "php_crud_api_transform.php";
|
||||
require "../lib/php_crud_api_transform.php";
|
||||
|
||||
function call($method, $url, $data = false) {
|
||||
$ch = curl_init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue