feat: Add Health Check Endpoint

This commit is contained in:
diallolatoile 2026-01-17 11:50:22 +00:00
parent 5044aa7573
commit de4c725554

View File

@ -96,8 +96,7 @@ export class MenuService {
{ label: 'Configurations', isTitle: true }, { label: 'Configurations', isTitle: true },
{ label: 'Merchant Config', icon: 'lucideStore', url: '/merchant-config' }, { label: 'Merchant Config', icon: 'lucideStore', url: '/merchant-config' },
{ label: 'Support & Profil', isTitle: true }, { label: 'Profil', isTitle: true },
{ label: 'Support', icon: 'lucideLifeBuoy', url: '/support' },
{ label: 'Mon Profil', icon: 'lucideUser', url: '/profile' }, { label: 'Mon Profil', icon: 'lucideUser', url: '/profile' },
{ label: 'Informations', isTitle: true }, { label: 'Informations', isTitle: true },
@ -111,8 +110,7 @@ export class MenuService {
return [ return [
{ label: 'Welcome back!', isHeader: true }, { label: 'Welcome back!', isHeader: true },
{ label: 'Profile', icon: 'tablerUserCircle', url: '/profile' }, { label: 'Profile', icon: 'tablerUserCircle', url: '/profile' },
{ label: 'Account Settings', icon: 'tablerSettings2', url: '/settings' }, { label: 'Aide', icon: 'tablerHeadset', url: '/help' },
{ label: 'Support Center', icon: 'tablerHeadset', url: '/support' },
{ isDivider: true }, { isDivider: true },
{ {
label: 'Déconnexion', label: 'Déconnexion',