Skip to content

Commit

Permalink
fix: change organisation update endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
M4rc0Russ0 committed Mar 4, 2025
1 parent 6cd2348 commit 394f015
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
@RestController
@RequestMapping("/api")
@Tag(name = "Organisation", description = "Organisation API")
@CrossOrigin(origins = "http://localhost:3000")
@RequiredArgsConstructor
@ConditionalOnProperty(value = "lob.organisation.enabled", havingValue = "true", matchIfMissing = true)
public class OrganisationResource {
Expand Down

0 comments on commit 394f015

Please sign in to comment.