fix: proper route

This commit is contained in:
karishmas6
2024-10-17 16:15:58 +05:30
parent e9248db0a9
commit beaf83e504

View File

@@ -51,7 +51,7 @@ export const IntegrationSettingsModal = ({ isOpen, handleStart, handleClose }: I
const fetchSpreadsheetFiles = async () => {
try {
const response = await axios.get(`http://localhost:8080/gsheets/files?robotId=${recordingId}`, {
const response = await axios.get(`http://localhost:8080/auth/gsheets/files?robotId=${recordingId}`, {
withCredentials: true,
});
setSpreadsheets(response.data);