fix base url
Some checks failed
build-and-deploy / filter (push) Successful in 2s
Sync to GitHub / sync (push) Failing after 1s
build-and-deploy / build (push) Successful in 9s
build-and-deploy / deploy (push) Successful in 14s

This commit is contained in:
2025-05-30 02:40:05 -06:00
parent 944f4a1567
commit 1198bf1ba8

View File

@@ -1,7 +1,7 @@
import axios from 'axios';
const apiClient = axios.create({
baseURL: 'https://server.interno.com/api', // Using the container name and API port
baseURL: 'https://server.interno.com', // Using the container name and API port
headers: {
'Content-Type': 'application/json',
},