Skip to content

Commit

Permalink
update: remove indev page
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoran007 committed Apr 1, 2024
1 parent 6d8e009 commit 43a28db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Interface/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import sys
sys.path.append("../")
sys.path.append("./")
from flask import Flask, render_template, request, session, send_file
from flask import Flask, render_template, request, session, send_file, redirect
import util

app = Flask(__name__, static_url_path='',
Expand Down Expand Up @@ -55,7 +55,7 @@ def indev():
:return: response
"""
if request.method == 'GET':
return render_template('indev.html')
return redirect('http://cslinux.nottingham.edu.cn/~Team202313/')
elif request.method == 'POST':
return "undefined"

Expand Down

0 comments on commit 43a28db

Please sign in to comment.