forked from baron/baron-sso
only JWT 발급
This commit is contained in:
@@ -3,7 +3,7 @@ import 'package:http/http.dart' as http;
|
||||
import 'package:flutter_dotenv/flutter_dotenv.dart';
|
||||
|
||||
class AuditService {
|
||||
static final String _baseUrl = dotenv.env['BACKEND_URL'] ?? 'http://localhost:3000';
|
||||
static const String _baseUrl = 'https://ssologin.hmac.kr';
|
||||
|
||||
static Future<void> logEvent({
|
||||
required String userId,
|
||||
|
||||
Reference in New Issue
Block a user