We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6d538b commit 7998607Copy full SHA for 7998607
main.py
@@ -79,7 +79,7 @@ async def startup_event():
79
@app.get('/')
80
async def index():
81
return HTMLResponse(
82
- content=open('./fcb-fronted/dist/index.html', 'r', encoding='utf-8').read()
+ content=open(BASE_DIR / './fcb-fronted/dist/index.html', 'r', encoding='utf-8').read()
83
.replace('{{title}}', str(settings.name))
84
.replace('{{description}}', str(settings.description))
85
.replace('{{keywords}}', str(settings.keywords))
0 commit comments