diff --git a/src/Application/API/Handler.php b/src/Application/API/Handler.php index ec18634..d015a6a 100644 --- a/src/Application/API/Handler.php +++ b/src/Application/API/Handler.php @@ -125,6 +125,6 @@ class Handler public static function getClientSecret($clientId) { - return '42'; + return '3'; } } diff --git a/src/Application/Main.php b/src/Application/Main.php index 4a7bdf1..7208bbf 100644 --- a/src/Application/Main.php +++ b/src/Application/Main.php @@ -18,7 +18,6 @@ use \Slim\App; class Main { - /** * Constructor function * @param App $app App Dependency Injection