fix: proper route
This commit is contained in:
@@ -51,7 +51,7 @@ export const IntegrationSettingsModal = ({ isOpen, handleStart, handleClose }: I
|
|||||||
|
|
||||||
const fetchSpreadsheetFiles = async () => {
|
const fetchSpreadsheetFiles = async () => {
|
||||||
try {
|
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,
|
withCredentials: true,
|
||||||
});
|
});
|
||||||
setSpreadsheets(response.data);
|
setSpreadsheets(response.data);
|
||||||
|
|||||||
Reference in New Issue
Block a user