Skip to content

terug naar eerste versie #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
test 8
  • Loading branch information
SpectiaDigital authored Jul 26, 2024
commit 9becb85946649a7910bc1589d1c8b0d9f51ef16c
6 changes: 5 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<?php

echo "Hello World 2!";
echo "Hello World!";

/* Get token using a POST request */

$clientId = 'da915d06-0532-4de9-b044-8f7846cd25c1';


?>