stats
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
2025-12-15 18:01:49 +01:00
parent 2d48e87893
commit 7f52839877
3 changed files with 8 additions and 68 deletions

View File

@@ -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))