Skip to content

WIP: fix bug head file 404#62

Open
vuongtaquoc wants to merge 1 commit into
developfrom
fixbug/fix_headfile_404
Open

WIP: fix bug head file 404#62
vuongtaquoc wants to merge 1 commit into
developfrom
fixbug/fix_headfile_404

Conversation

@vuongtaquoc
Copy link
Copy Markdown
Contributor

No description provided.

@vuongtaquoc vuongtaquoc requested a review from longlh January 17, 2019 16:16
@longlh longlh changed the title fix bug head file 404 WIP: fix bug head file 404 Jan 21, 2019
async (req) => {
if (req.httpMethod === 'HEAD') {
return await head.logic(req)
const { projectIdentifier, fileIdentifier } = req.pathParameters
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Không nên viết thế này, mà nên sửa code base để có thể import logic của handler khác, như thế sẽ ko bị duplicate code

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