แก้ไข route
This commit is contained in:
parent
a290f4692e
commit
bbc700478c
2 changed files with 17 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ import HttpError from "../interfaces/http-error";
|
|||
import HttpStatusCode from "../interfaces/http-status";
|
||||
import { OrgRevision } from "../entities/OrgRevision";
|
||||
|
||||
@Route("api/v1/organization")
|
||||
@Route("api/v1/org")
|
||||
@Tags("OrgRoot")
|
||||
@Security("bearerAuth")
|
||||
export class OrgRootController extends Controller {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue