mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 09:32:45 +08:00
feat: auto rule generator (#273)
This commit is contained in:
@@ -9,7 +9,7 @@ api = ExternalApi(bp)
|
||||
from . import setup, version, apikey, admin
|
||||
|
||||
# Import app controllers
|
||||
from .app import app, site, completion, model_config, statistic, conversation, message
|
||||
from .app import app, site, completion, model_config, statistic, conversation, message, generator
|
||||
|
||||
# Import auth controllers
|
||||
from .auth import login, oauth
|
||||
|
||||
Reference in New Issue
Block a user