Fix: Use relative API URL for production build
Publish Docker image / build-and-push (push) Successful in 1m32s

This commit is contained in:
2025-07-07 13:41:50 +07:00
parent 9582105258
commit 630a1772ae
+1 -1
View File
@@ -4,7 +4,7 @@ import {
Container, Navbar, Table, Button, Form, InputGroup, Row, Col, Card, Alert
} from 'react-bootstrap'
const API_URL = 'http://localhost:3001/api'
const API_URL = '/api'
function App() {
const [domains, setDomains] = useState([])