Skip to content

Commit

Permalink
something
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaYousefpourM committed Jan 14, 2025
1 parent 9d6f229 commit 056e719
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/providers/APIProvider/APIProvider.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function APIProvider({ children }) {
const { accessToken, refreshToken, setAccessTokenFromLocalStorage } = useConfig();

const service = axios;
const year = "2024";
const year = "2025";

const [workshopsData, setWorkshopsData] = useState();
const [presentationsData, setPresentationsData] = useState();
Expand Down
2 changes: 2 additions & 0 deletions frontend/src/providers/APIProvider/URL.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ const URL = {
2021: 'api/2021/',
2023: 'api/2023/',
2024: 'api/2024/',
2025: 'api/2025/',
2026: 'api/2026/',
},
endpoints: {
staff: 'staff/',
Expand Down

0 comments on commit 056e719

Please sign in to comment.