refactor: update release workflow and version gen
This commit is contained in:
parent
4da138c854
commit
a1f2c45160
4 changed files with 83 additions and 95 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { Controller, Get, Route, Tags } from "tsoa";
|
||||
import version from "../ver.json";
|
||||
import version from "../version.json";
|
||||
|
||||
@Route("version")
|
||||
export class VersionController extends Controller {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue