Removed basepath setting from API handler.
This commit is contained in:
parent
a247095c6d
commit
a17b03b3a3
1 changed files with 0 additions and 3 deletions
|
@ -62,9 +62,6 @@
|
||||||
/// ~~~~~~~~~~~~~~~
|
/// ~~~~~~~~~~~~~~~
|
||||||
void Controller::checkConfig(JSON::Value & in, JSON::Value & out){
|
void Controller::checkConfig(JSON::Value & in, JSON::Value & out){
|
||||||
out = in;
|
out = in;
|
||||||
if (out["basepath"].asString()[out["basepath"].asString().size() - 1] == '/'){
|
|
||||||
out["basepath"] = out["basepath"].asString().substr(0, out["basepath"].asString().size() - 1);
|
|
||||||
}
|
|
||||||
if (out.isMember("debug")){
|
if (out.isMember("debug")){
|
||||||
if (Util::Config::printDebugLevel != out["debug"].asInt()){
|
if (Util::Config::printDebugLevel != out["debug"].asInt()){
|
||||||
Util::Config::printDebugLevel = out["debug"].asInt();
|
Util::Config::printDebugLevel = out["debug"].asInt();
|
||||||
|
|
Loading…
Add table
Reference in a new issue