mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +01:00
Remove music configuration
This commit is contained in:
parent
5f97afbfac
commit
aad7f825e0
2 changed files with 1 additions and 4 deletions
|
@ -14,9 +14,6 @@
|
|||
<button onclick="window.location.href='/config/content_type/ledger';">
|
||||
Configure Ledger
|
||||
</button>
|
||||
<button onclick="window.location.href='/config/content_type/music';">
|
||||
Configure Org Music
|
||||
</button>
|
||||
</div>
|
||||
<h2>Processors</h2>
|
||||
<button onclick="window.location.href='/config/processor/conversation/';">
|
||||
|
|
|
@ -18,7 +18,7 @@ logger = logging.getLogger("khoj")
|
|||
web_client = APIRouter()
|
||||
templates = Jinja2Templates(directory=constants.web_directory)
|
||||
|
||||
VALID_CONTENT_TYPES = ["org", "ledger", "music", "markdown", "pdf"]
|
||||
VALID_CONTENT_TYPES = ["org", "ledger", "markdown", "pdf"]
|
||||
|
||||
|
||||
# Create Routes
|
||||
|
|
Loading…
Reference in a new issue