mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
feature(config) mv apiURL to CloudFunc
This commit is contained in:
parent
b9273f9166
commit
88713a9643
6 changed files with 59 additions and 54 deletions
|
|
@ -41,6 +41,7 @@ var Util;
|
|||
/* название css-класа кнопки обновления файловой структуры*/
|
||||
this.REFRESHICON = 'refresh-icon';
|
||||
|
||||
this.apiURL = '/api/v1';
|
||||
/* id панелей с файлами */
|
||||
this.PANEL_LEFT = 'js-left';
|
||||
this.PANEL_RIGHT = 'js-right';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue