dever 6 년 전
부모
커밋
a3bc6e197d
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 4
      config/env/localhost/default.php

+ 2 - 4
config/env/localhost/default.php

@@ -37,12 +37,10 @@ $config['host'] = array
     'uploadRes'     => $uploadcdn . 'upload/',
     'project' => array
     (
-    	/*
-        'passport' => array
+        'upload' => array
         (
-            'path' => $host. 'user/passport/?',
+            'path' => $host. 'upload/upload/?',
         ),
-        */
     ),
 );
 return $config;