Modifying readme and api files

This commit is contained in:
2020-04-09 17:43:19 +02:00
parent e80f236ee6
commit 88eab63449
3 changed files with 14 additions and 9 deletions

View File

@@ -22,10 +22,7 @@ class BMailApi
public function send($template)
{
$url = "http://127.0.0.1:9000/api/project/template/send";
// TODO
// $url = "http://127.0.0.1:9000/api/project/template/send";
$url = config('bmail.api_url');
$client = new Client();