Skip to content

The surrounding quotes actually unquote this #12797

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

qmonmert
Copy link
Contributor

image

@qmonmert qmonmert marked this pull request as ready for review June 18, 2025 14:22
@qmonmert qmonmert requested review from murdos and pascalgrimaud June 18, 2025 14:22
@@ -30,7 +30,7 @@ applyModules() {
-H "accept: */*" \
-H "Content-Type: application/json" \
-d "$payload" \
"http://localhost:{{serverPort}}""$api""
"http://localhost:{{serverPort}}"$api"
Copy link
Contributor

Choose a reason for hiding this comment

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

Are you sure? I believe there's an extra quote here.

Suggested change
"http://localhost:{{serverPort}}"$api"
"http://localhost:{{serverPort}}$api"

Also why are we not aligned with the generate.sh of the generator?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

image
I check you solution and it does not work, mine seems working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants