forked from github/dataease
Merge pull request #948 from dataease/pr@v1.3@fix_api_doc
Pr@v1.3@fix api doc
This commit is contained in:
commit
84bbf977f4
@ -381,6 +381,7 @@
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<?m2e execute onConfiguration?>
|
||||
<id>main-class-placement</id>
|
||||
<phase>generate-resources</phase>
|
||||
<configuration>
|
||||
|
@ -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