Skip to content

Commit

Permalink
Fixed template path
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed May 12, 2022
1 parent 2221a87 commit 292d0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyenzyme_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ async def get_enzymeml_template():
response_class=HTMLResponse,
)
def upload_enzymeml_template(request: Request):
return templates.TemplateResponse("upload.html", {"request": request})
return templates.TemplateResponse("template_upload.html", {"request": request})


@app.post(
Expand Down

0 comments on commit 292d0ba

Please sign in to comment.