Skip to content

Commit

Permalink
Add missing /pub access to /datum/stream APIs.
Browse files Browse the repository at this point in the history
  • Loading branch information
msqr committed Jun 19, 2024
1 parent bf8a88b commit 388f052
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
* Controller for querying datum stream related data.
*
* @author matt
* @version 1.3
* @version 1.4
*/
@Controller("v1DatumStreamController")
@RequestMapping("/api/v1/sec/datum/stream")
@RequestMapping({ "/api/v1/pub/datum/stream", "/api/v1/sec/datum/stream" })
@GlobalExceptionRestController
public class DatumStreamController {

Expand Down

0 comments on commit 388f052

Please sign in to comment.