forked from github/dataease
Merge pull request #680 from dataease/pr@dev@fix_lic_check_api
fix: api验证lic
This commit is contained in:
commit
2826664d1e
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user