mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-10 15:17:41 +00:00
Add Terms and Conditions Module
This commit is contained in:
@ -404,6 +404,15 @@ export class ControllerRoute {
|
||||
'This endpoint adds a new user role to the system based on the provided role data.';
|
||||
};
|
||||
};
|
||||
static TERMS_AND_CONDITIONS = class {
|
||||
public static readonly ROUTE = 'terms';
|
||||
|
||||
static ACTIONS = class {
|
||||
public static readonly FETCH_TERMS_SUMMARY = 'Fetch Terms and Conditions';
|
||||
public static readonly FETCH_TERMS_DESCRIPTION =
|
||||
'This endpoint retrieves the terms and conditions for the application.';
|
||||
};
|
||||
};
|
||||
static GROUP = class {
|
||||
public static readonly ROUTE = 'group';
|
||||
|
||||
|
Reference in New Issue
Block a user