webadmin端增加版本号和部署功能
This commit is contained in:
@@ -11,4 +11,9 @@ export class AdminDashboardController {
|
||||
stats() {
|
||||
return this.dashboardService.getStats();
|
||||
}
|
||||
|
||||
@Get('version')
|
||||
version() {
|
||||
return this.dashboardService.getLatestVersion();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user