mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 21:29:13 +00:00
Remove music configuration
This commit is contained in:
@@ -14,9 +14,6 @@
|
|||||||
<button onclick="window.location.href='/config/content_type/ledger';">
|
<button onclick="window.location.href='/config/content_type/ledger';">
|
||||||
Configure Ledger
|
Configure Ledger
|
||||||
</button>
|
</button>
|
||||||
<button onclick="window.location.href='/config/content_type/music';">
|
|
||||||
Configure Org Music
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
<h2>Processors</h2>
|
<h2>Processors</h2>
|
||||||
<button onclick="window.location.href='/config/processor/conversation/';">
|
<button onclick="window.location.href='/config/processor/conversation/';">
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ logger = logging.getLogger("khoj")
|
|||||||
web_client = APIRouter()
|
web_client = APIRouter()
|
||||||
templates = Jinja2Templates(directory=constants.web_directory)
|
templates = Jinja2Templates(directory=constants.web_directory)
|
||||||
|
|
||||||
VALID_CONTENT_TYPES = ["org", "ledger", "music", "markdown", "pdf"]
|
VALID_CONTENT_TYPES = ["org", "ledger", "markdown", "pdf"]
|
||||||
|
|
||||||
|
|
||||||
# Create Routes
|
# Create Routes
|
||||||
|
|||||||
Reference in New Issue
Block a user