Skip to content

Commit

Permalink
add team detail api
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydzhou committed Jan 2, 2024
1 parent f6a07ac commit a2bf8ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/routes/lark.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import logging
import os

from app import app, session
from app import app
from connectai.lark.oauth import Server as OauthServerBase
from connectai.lark.sdk import Bot, MarketBot
from connectai.lark.webhook import LarkServer as LarkServerBase
from flask import session
from model.lark import get_bot_by_app_id


Expand Down

0 comments on commit a2bf8ab

Please sign in to comment.