Skip to content

Commit

Permalink
Update run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinedev committed Dec 9, 2024
1 parent 096f3b3 commit 0e5d73a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ async def apis(version):
async def dashboard():
return await page_loader('dashboard')

### OUTER WEB PAGE REFIRECT INDEX
@app.route("/<page>/", methods=["GET", "POST"])
async def pageLader(page):
if page is not None:
Expand Down

0 comments on commit 0e5d73a

Please sign in to comment.