Skip to content

Back office role#258

Merged
alexisszmundy merged 6 commits into
mainfrom
devBackOfficeUserAuth
Jul 31, 2025
Merged

Back office role#258
alexisszmundy merged 6 commits into
mainfrom
devBackOfficeUserAuth

Conversation

@alexisszmundy

Copy link
Copy Markdown
Contributor

No description provided.

requestBuilder = get(endpointURI);
} else if (method == HttpMethod.POST) {
requestBuilder = post(endpointURI);
} else if (method == HttpMethod.PUT) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you remove httpMethod. ? or why just for put

requestBuilder = get(endpointURI);
} else if (method == HttpMethod.POST) {
requestBuilder = post(endpointURI);
} else if (method == PUT) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not httpMethod

@alexisszmundy alexisszmundy merged commit a7ad4a9 into main Jul 31, 2025
8 checks passed
@alexisszmundy alexisszmundy deleted the devBackOfficeUserAuth branch August 7, 2025 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants