Commit Graph

9 Commits

Author SHA1 Message Date
Sumedh
e69d06f743 demoCommit +4 2024-08-26 06:20:02 +00:00
Sumedh
65971998b1 demo commit +3 2024-08-26 05:50:29 +00:00
Sumedh
5cfcf07318 demo commit +2 2024-08-23 10:20:05 +00:00
Sumedh
aaf6cf72e3 dummy changes +1 2024-08-23 09:42:17 +00:00
Sumedh
68ce52cf0e dummy commit 2024-08-23 07:33:47 +00:00
andrea.terzani
1fdd4f52ec feat: Update getDocument method in KsDocumentController
Refactor the getDocument method in KsDocumentController to return a single KSDocument object instead of a list. This improves the efficiency and readability of the code. The method now uses the findById method of ksDocumentRepository to retrieve the document with the specified id.
2024-07-31 17:30:08 +02:00
andrea.terzani
1f8c5a062b feat: Add endpoint to list uploaded files
The code changes include adding a new endpoint `/files` to the `KSFileController` class. This endpoint uses the `GetMapping` annotation to handle GET requests and returns a list of uploaded files (`KSDocument`) from the `ksDocumentRepository`.

This commit message suggests that a new feature has been added to the codebase, specifically an endpoint to list uploaded files.
2024-07-30 15:16:20 +02:00
andrea.terzani
59ee7672c9 moved to mongo 2024-07-29 12:41:29 +02:00
andrea.terzani
f93b20293c Initial commit 2024-07-29 08:49:58 +02:00