mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-27 21:34:54 +00:00
chore: setup initial Swagger documentation configuration
This commit is contained in:
11
libs/common/src/constants/controller-route.ts
Normal file
11
libs/common/src/constants/controller-route.ts
Normal file
@ -0,0 +1,11 @@
|
||||
export class ControllerRoute {
|
||||
static REGION = class {
|
||||
public static readonly ROUTE = 'region';
|
||||
static ACTIONS = class {
|
||||
public static readonly GET_REGIONS_SUMMARY = 'Get list of all regions';
|
||||
|
||||
public static readonly GET_REGIONS_DESCRIPTION =
|
||||
'Retrieve the list of all regions registered in Syncrow.';
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user