mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
chore: delete depreciated config folder
This commit is contained in:
parent
aa90283fe7
commit
a0e749399f
2 changed files with 0 additions and 11 deletions
|
|
@ -1,11 +0,0 @@
|
|||
from fastapi import FastAPI
|
||||
|
||||
class Settings(FastAPI):
|
||||
title="LearnHousse",
|
||||
description="LearnHouse is a new open-source platform tailored for learning experiences.",
|
||||
version="0.1.0",
|
||||
root_path="/"
|
||||
docs_url="/docs"
|
||||
|
||||
async def get_settings() -> Settings:
|
||||
return Settings()
|
||||
Loading…
Add table
Add a link
Reference in a new issue