commit b0e662488bceb52e4cffb2f24f835e6adffa25b7
parent b2cb007612c2c06ee7cb5d1212bd1c7d0255864a
Author: MTRNord <mtrnord1@gmail.com>
Date: Mon, 2 Feb 2015 20:30:11 +0100
test key
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/api/v1/MyApi.class.php b/core/api/v1/MyApi.class.php
@@ -8,8 +8,8 @@ class MyAPI extends API
parent::__construct($request);
// Abstracted out for example
- $APIKey = "";
- $User = "";
+ $APIKey = "1";
+ $User = "test";
if (!array_key_exists('apiKey', $this->request)) {
throw new Exception('No API Key provided');