Merge pull request #680 from dataease/pr@dev@fix_lic_check_api

fix: api验证lic
This commit is contained in:
fit2cloud-chenyw 2021-08-23 11:37:51 +08:00 committed by GitHub
commit 2826664d1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,8 +43,8 @@ public class IndexController {
return "doc.html";
default:
// DataEaseException.throwException("Invalid License.");
// return "nolic.html";
return "doc.html";
return "nolic.html";
// return "doc.html";
}
// return "index.html";
}