This commit is contained in:
aaron 2025-05-15 17:48:13 +08:00
parent b497f2c7c8
commit 90f6f0947f
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ services:
build:
context: .
dockerfile: Dockerfile
image: tradus-web:1.15
image: tradus-web:1.16
container_name: tradus-web
ports:
- '6000:80'

View File

@ -64,7 +64,7 @@ const handleAnalysis = async () => {
timeframe: selectedTimeframe.value,
}
const response = await fetch(`${apiBaseUrl}/crypto/crypto/analysis`, {
const response = await fetch(`${apiBaseUrl}/crypto/analysis`, {
method: 'POST',
headers,
body: JSON.stringify(requestData),