pvanand commited on
Commit
188faf5
·
verified ·
1 Parent(s): 6154116

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -123,7 +123,7 @@ class HTMLInput(BaseModel):
123
  # Define the path to the temporary folder
124
  TEMP_FOLDER = "/app/temp"
125
 
126
- @app.post("/convert")
127
  async def convert_html_to_docx(input_data: HTMLInput):
128
  temp_filename = None
129
  try:
 
123
  # Define the path to the temporary folder
124
  TEMP_FOLDER = "/app/temp"
125
 
126
+ @app.post("/html_to_docx")
127
  async def convert_html_to_docx(input_data: HTMLInput):
128
  temp_filename = None
129
  try: