stats
This commit is contained in:
@@ -5,10 +5,6 @@ from app import app
|
||||
from app import oidc
|
||||
|
||||
|
||||
@app.route('/')
|
||||
def index():
|
||||
abort(404)
|
||||
|
||||
@app.route('/generate_image')
|
||||
def generate_image():
|
||||
img = Image.new('RGB', (200, 100), color=(255, 255, 255))
|
||||
|
||||
Reference in New Issue
Block a user