Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
BE-#97: Code QA
Browse files Browse the repository at this point in the history
  • Loading branch information
Flugschnitzel committed Apr 29, 2024
1 parent 1aeda6f commit b0f4f0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public MapWidget addLocation(
}

@DeleteMapping("/{widgetId}/locations/{locationId}")
public MapWidget addLocation(
public MapWidget removeLocation(
@AuthenticationPrincipal OAuth2User principal,
@PathVariable String eventId,
@PathVariable String widgetId,
Expand Down

0 comments on commit b0f4f0d

Please sign in to comment.