Skip to content

Main alp#122

Open
Apu322 wants to merge 4 commits intomainfrom
main-alp
Open

Main alp#122
Apu322 wants to merge 4 commits intomainfrom
main-alp

Conversation

@Apu322
Copy link
Copy Markdown
Collaborator

@Apu322 Apu322 commented Jun 2, 2023

No description provided.

@aws-amplify-eu-central-1
Copy link
Copy Markdown

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-122.d3b8scy54uw0vm.amplifyapp.com

Comment on lines +9 to +19
@RestController
@RequestMapping(path = "api/v1/files")
public class FileController {

private final FileService fileService ;

public FileController(FileService fileService) {
this.fileService = fileService;
}

@GetMapping("{user_id}/{content_type}")
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Pls add CORS stuff like in #120

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.

3 participants