Skip to content

Commit 4bfdd81

Browse files
authored
Merge pull request #438 from Code-with-Devil/alan-changes
Fix: Alan Key Value
2 parents ef13349 + bbc8ada commit 4bfdd81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/alan.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { useEffect } from "react";
22

3-
const AlanAIProjectKey = `${process.env.NEXT_PUBLIC_ALAN_AI_CHATBOT}/stage`;
3+
const AlanAIProjectKey = `${process.env.NEXT_PUBLIC_ALAN_AI_CHATBOT}`;
44

55
function AlanAIComponent() {
66
useEffect(() => {

0 commit comments

Comments
 (0)