Skip to content

Commit

Permalink
Forgot 1 /
Browse files Browse the repository at this point in the history
  • Loading branch information
ramueSVA committed Nov 14, 2024
1 parent d322ff1 commit dd427d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class ManagerController {
private final ExportHeaderUtil exportHeaderUtil;

@ContextLog(type = "Manager", description = "Execute AQL queries")
@PostMapping("execute/query")
@PostMapping("/execute/query")
@Operation(description = "Executes an AQL query")
@PreAuthorize(Role.MANAGER)
public ResponseEntity<QueryResponseData> executeManagerQuery(
Expand Down

0 comments on commit dd427d4

Please sign in to comment.