Skip to content

Commit d857b3c

Browse files
committed
feat: Add reporter ai url
1 parent 8b28198 commit d857b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logic/lib/src/domain/const/urls.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,6 @@ class Urls {
253253
static String newConversation(String userId) => '${aiBaseEndpoint}new_conversation?user_id=$userId';
254254
static const String completion = '${aiBaseEndpoint}completion';
255255

256-
static const String reporterEndpoint = '';
256+
static const String reporterEndpoint = 'https://reporter.mchain.ai/';
257257
static const String reporterInfo = '${reporterEndpoint}info';
258258
}

0 commit comments

Comments
 (0)