fixed path to chat

This commit is contained in:
Kostya
2024-01-30 22:52:51 +03:00
parent 5c0e43fcf6
commit 6db67cf0d1

View File

@@ -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",