Skip to content

[fix][api] fix resource upload error (#6223)#6291

Closed
BenjaminWenqiYu wants to merge 2 commits intoapache:devfrom
BenjaminWenqiYu:fix-6223
Closed

[fix][api] fix resource upload error (#6223)#6291
BenjaminWenqiYu wants to merge 2 commits intoapache:devfrom
BenjaminWenqiYu:fix-6223

Conversation

@BenjaminWenqiYu
Copy link
Contributor

I noticed #6226 fixed this issue, but it's too complex. This pr only add post mapping for create url.

Purpose of the pull request

Fix #6223

Brief change log

Add post mapping for create url

resolves #6223

@ApiImplicitParam(name = "currentDir", value = "RESOURCE_CURRENTDIR", required = true, dataType = "String")
})
@PostMapping()
@PostMapping("/create")
Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks for your contribution, this is the restful API. Please fix ui module code

@lenboo lenboo added this to the 2.0-prepare milestone Sep 27, 2021
@brave-lee
Copy link
Contributor

fixed in #6226

@lenboo lenboo removed this from the 2.0-prepare milestone Sep 27, 2021
@BenjaminWenqiYu
Copy link
Contributor Author

it was fixed in #6226

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.

[Bug] [ui] resources create request method is not found

3 participants