Development
This commit is contained in:
parent
cb4e1933a7
commit
df4632ff41
6 changed files with 51 additions and 1 deletions
6
docker/routlin-dash/app/pages/radius/action.py
Normal file
6
docker/routlin-dash/app/pages/radius/action.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from pathlib import Path
|
||||
from flask import Blueprint
|
||||
|
||||
_PAGE = Path(__file__).parent.name
|
||||
|
||||
bp = Blueprint(_PAGE, __name__)
|
||||
Loading…
Add table
Add a link
Reference in a new issue