From f580d51f0f6a8628111a0517f3b605ef67725380 Mon Sep 17 00:00:00 2001 From: sBubshait Date: Thu, 7 Aug 2025 04:15:10 +0300 Subject: [PATCH] feat: updated endpoints --- frontend/lib/constants/api_constants.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/lib/constants/api_constants.dart b/frontend/lib/constants/api_constants.dart index 5c73bc2..cdb6ebd 100644 --- a/frontend/lib/constants/api_constants.dart +++ b/frontend/lib/constants/api_constants.dart @@ -3,8 +3,6 @@ class ApiConstants { // Auth endpoints static const String loginEndpoint = '/login'; - static const String registerEndpoint = '/register'; - static const String checkInvitationEndpoint = '/checkInvitation'; // User endpoints static const String getUserEndpoint = '/getUser';