일부 코드 수정

- index.php에서 javascript string 이어붙이기 문제
- RestAPIHelper 클래스
- 세부 서버 Autoload 수정
This commit is contained in:
2018-03-25 00:45:23 +09:00
parent 3fbf1d4b0c
commit c3cb100947
4 changed files with 21 additions and 6 deletions
@@ -1,7 +1,7 @@
<?php
namespace kakao;
if (class_exists('\\sammo\\KakaoKey') === false) {
if (class_exists('\\kakao\\KakaoKey') === false) {
class KakaoKey{
const REST_KEY = '';
const ADMIN_KEY = '';