smgc commited on
Commit
a5ae09c
1 Parent(s): 01a7b94

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +1 -1
app.js CHANGED
@@ -5,7 +5,7 @@ const crypto = require('crypto');
5
  const app = express();
6
  const port = 8000;
7
 
8
- const NOTDIAMOND_URL = 'https://chat.notdiamond.ai/mini-chat';
9
  const NOTDIAMOND_HEADERS = {
10
  'Content-Type': 'application/json',
11
  'next-action': '8189eb37107121e024940f588629a394a594e6a4'
 
5
  const app = express();
6
  const port = 8000;
7
 
8
+ const NOTDIAMOND_URL = 'https://chat.notdiamond.ai';
9
  const NOTDIAMOND_HEADERS = {
10
  'Content-Type': 'application/json',
11
  'next-action': '8189eb37107121e024940f588629a394a594e6a4'