routes
This commit is contained in:
8
src/routes.py
Normal file
8
src/routes.py
Normal file
@ -0,0 +1,8 @@
|
||||
from flask import abort
|
||||
from app import app
|
||||
from app import oidc
|
||||
|
||||
|
||||
@app.route('/')
|
||||
def index():
|
||||
abort(404)
|
Reference in New Issue
Block a user