Go to file
Erik Foris e400b7e9ce feat: Update URL construction for add page navigation
The code changes modify the `PageController` class to update the URL construction for navigating to the add page. The `getAddPage()` method now maps to the `/add` endpoint instead of the previous `add` endpoint. This change ensures that the URL matches the correct route for the add page.

Recent commits:
- Integrate add content page into backend
- Add base URL to URL construction
- Rework URL construction

Recent repository commits:
- Integrate add content page into backend
- Merge branch 'main' into 15-make-content-adding-page-functional-js
- Merge branch '11-add-api-for-getting-home-page-data' into 'main'
- Merge branch '22-integrate-api-and-frontend' into '11-add-api-for-getting-home-page-data'
- Merge branch '11-add-api-for-getting-home-page-data' into '22-integrate-api-and-frontend'
- feature: add ability to vote on datasets
- Merge remote-tracking branch 'origin/implement-js' into 22-integrate-api-and-frontend
- Add base URL to URL construction
- Merge remote-tracking branch 'origin/implement-js' into 22-integrate-api-and-frontend
- Rework URL construction
2024-06-25 11:33:36 +02:00
.mvn/wrapper chore: Add initial project files and configurations 2024-06-14 14:12:06 +02:00
src feat: Update URL construction for add page navigation 2024-06-25 11:33:36 +02:00
.gitignore Add looking glass icon 2024-06-14 15:02:17 +02:00
mvnw chore: Add initial project files and configurations 2024-06-14 14:12:06 +02:00
mvnw.cmd chore: Add initial project files and configurations 2024-06-14 14:12:06 +02:00
pom.xml chore: Update pom.xml with swagger dependencie 2024-06-18 12:33:20 +02:00
README.md Create emty readme 2024-06-04 09:45:34 +02:00