We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d383bb commit eaddf1cCopy full SHA for eaddf1c
conf.php
@@ -7,5 +7,5 @@
7
$site_url = (isset($env_url)) ? $env_url : 'http://api-demo.local/';
8
$callback_url = 'index.php?page=callback'; // Your relative callback URL
9
10
-
+
11
?>
index.php
@@ -58,7 +58,3 @@
58
59
</body>
60
</html>
61
62
63
-</body>
64
-</html>
readme.md
@@ -6,7 +6,7 @@ This is the source code of the DoYouBuzz API Demo Website available on [http://a
6
git clone https://github.com/doyoubuzz/api-demo.git
-Update the $site_url in the conf.php file to match your local URL (example: http://localhost/doyoubuzz-demo/).
+Update the $site_url in the conf.php file to match your local URL (example: http://api-demo.local).
# Architecture
12
0 commit comments