We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9726e7b commit 89189a1Copy full SHA for 89189a1
1 file changed
memex/templates/controller/Controller.java.template
@@ -211,7 +211,7 @@ public class __className__Controller {
211
/**
212
* Get historical data as of a specific date
213
*/
214
- @GetMapping(value = "/asOf", produces = MediaType.APPLICATION_JSON_VALUE)
+ @GetMapping(value = "/__apiPath__/asOf", produces = MediaType.APPLICATION_JSON_VALUE)
215
public ResponseEntity<StreamingResponseBody> dataAtDate(
216
@RequestParam(name = "asOfDate") @DateTimeFormat(pattern = "yyyyMMddHHmmss") Date asOfDate,
217
@RequestParam(name = "id") __idType__ id) {
0 commit comments