We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b28198 commit d857b3cCopy full SHA for d857b3c
logic/lib/src/domain/const/urls.dart
@@ -253,6 +253,6 @@ class Urls {
253
static String newConversation(String userId) => '${aiBaseEndpoint}new_conversation?user_id=$userId';
254
static const String completion = '${aiBaseEndpoint}completion';
255
256
- static const String reporterEndpoint = '';
+ static const String reporterEndpoint = 'https://reporter.mchain.ai/';
257
static const String reporterInfo = '${reporterEndpoint}info';
258
}
0 commit comments