mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
fixed path to chat
This commit is contained in:
@@ -55,7 +55,7 @@ export async function GetCurrentMoney(authToken, searchToken) {
|
|||||||
export async function GetChatHistory() {
|
export async function GetChatHistory() {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const response = await fetch(`${BackendApiUrl}/ChatHistory/GetChatHistory`, {
|
const response = await fetch(`${BackendApiUrl}/Chat/GetChatHistory`, {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
|
|||||||
Reference in New Issue
Block a user