Skip to content

Commit

Permalink
fixed some problems
Browse files Browse the repository at this point in the history
  • Loading branch information
ParisNeo committed Aug 2, 2023
1 parent 4ed1be3 commit 9a89cea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ def run_update_script(args=None):
from lollms.config import BaseConfig
from lollms.helpers import ASCIIColors, trace_exception
from lollms.paths import LollmsPaths

import mimetypes
mimetypes.add_type('application/javascript', '.js')
mimetypes.add_type('text/css', '.css')

from api.db import Discussion
from flask import (
Flask,
Expand Down

0 comments on commit 9a89cea

Please sign in to comment.