feat: logout

This commit is contained in:
efrilm
2025-08-16 19:29:21 +07:00
parent e1bde24a83
commit f138e1dcc9
12 changed files with 532 additions and 78 deletions
+2
View File
@@ -1,3 +1,5 @@
class ApiPath {
// Auth
static const String login = '/api/v1/auth/login';
static const String logout = '/api/v1/auth/logout';
}