biz9-react-remote
Version:
** Description
23 lines (21 loc) • 416 B
JavaScript
/*
Copyright 2016 Certified CoderZ
Author: Brandon Poole Sr. (biz9framework@gmail.com)
License GNU General Public License v3.0
Description: BiZ9 Framework: React-Remote - Const
*/
const Config = {
TITLE:'BiZ9-React-Remote',
URL:"http://localhost:1904",
}
const Project_Table = {
BLANK:'biz_blank'
}
class Project_Url {
static PING="ping";
}
export {
Config,
Project_Table,
Project_Url
}