Skip to content

Commit

Permalink
Removed v1 since seqdb-api is not using it
Browse files Browse the repository at this point in the history
  • Loading branch information
cgendreau committed Jul 25, 2024
1 parent d8ec857 commit 3b35013
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import javax.servlet.http.HttpServletRequest;

@RestController
@RequestMapping(value = "/api/v1", produces = JSON_API_VALUE)
@RequestMapping(value = "/api", produces = JSON_API_VALUE)
public class VocabularyRepository extends ReadOnlyDinaRepositoryV2<String, VocabularyDto> {

protected VocabularyRepository(VocabularyService vocabularyService) {
Expand Down

0 comments on commit 3b35013

Please sign in to comment.