mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-10 15:17:41 +00:00
Add Privacy Policy Module and Controller
This commit is contained in:
@ -413,6 +413,16 @@ export class ControllerRoute {
|
||||
'This endpoint retrieves the terms and conditions for the application.';
|
||||
};
|
||||
};
|
||||
|
||||
static PRIVACY_POLICY = class {
|
||||
public static readonly ROUTE = 'policy';
|
||||
|
||||
static ACTIONS = class {
|
||||
public static readonly FETCH_POLICY_SUMMARY = 'Fetch Privacy Policy';
|
||||
public static readonly FETCH_POLICY_DESCRIPTION =
|
||||
'This endpoint retrieves the privacy policy for the application.';
|
||||
};
|
||||
};
|
||||
static GROUP = class {
|
||||
public static readonly ROUTE = 'group';
|
||||
|
||||
|
Reference in New Issue
Block a user