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 a2bf8ab commit 8e1e426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/team.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logging

from app import app
from flask import Blueprint, abort, jsonify, redirect, request
from flask import Blueprint, abort, jsonify, redirect, request, session
from model.team import get_team_list_by_user_id
from utils.auth import authenticated

Expand Down

0 comments on commit 8e1e426

Please sign in to comment.