Skip to content

Commit 90c85c1

Browse files
committed
Update operations.js
1 parent ef02b68 commit 90c85c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/redux/columns/operations.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import axios from "axios";
22
import { createAsyncThunk } from "@reduxjs/toolkit";
33

4-
axios.defaults.baseURL = "https://project-6-back-end.onrender.com";
4+
axios.defaults.baseURL = "https://project06back.onrender.com";
55

66

77
export const getColumns = createAsyncThunk(

0 commit comments

Comments
 (0)