Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit 8336be2d authored by albadrun's avatar albadrun
Browse files

Remove template folder in sso router

parent 7ead6065
Branches
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ from sso.utils import (
process_sso_profile
)
router_auth = Blueprint('router_auth', __name__, template_folder="templates")
router_auth = Blueprint('router_auth', __name__)
@router_auth.route("/auth/", methods=['POST'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment