Skip to content

Commit eaddf1c

Browse files
committed
readme
1 parent 7d383bb commit eaddf1c

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

conf.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
$site_url = (isset($env_url)) ? $env_url : 'http://api-demo.local/';
88
$callback_url = 'index.php?page=callback'; // Your relative callback URL
99

10-
10+
1111
?>

index.php

-4
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,3 @@
5858

5959
</body>
6060
</html>
61-
62-
63-
</body>
64-
</html>

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is the source code of the DoYouBuzz API Demo Website available on [http://a
66

77
git clone https://github.com/doyoubuzz/api-demo.git
88

9-
Update the $site_url in the conf.php file to match your local URL (example: http://localhost/doyoubuzz-demo/).
9+
Update the $site_url in the conf.php file to match your local URL (example: http://api-demo.local).
1010

1111
# Architecture
1212

0 commit comments

Comments
 (0)