pvanand commited on
Commit
fc91ec9
·
verified ·
1 Parent(s): 3520ce1

Update doc_maker.py

Browse files
Files changed (1) hide show
  1. doc_maker.py +1 -1
doc_maker.py CHANGED
@@ -8,7 +8,7 @@ from datetime import datetime
8
  import uuid
9
  import tempfile
10
 
11
- router = APIRouter()
12
 
13
  BASE_URL = "https://pvanand-doc-maker.hf.space/api/v1/"
14
 
 
8
  import uuid
9
  import tempfile
10
 
11
+ router = APIRouter(prefix="/api/v1")
12
 
13
  BASE_URL = "https://pvanand-doc-maker.hf.space/api/v1/"
14