Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed May 19, 2024
1 parent ea57203 commit c220195
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MagicalAuth.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# uvicorn app:server --port 14374 --workers 4
# streamlit run UI.py
from DB import User, FailedLogins, get_session
import os
import pyotp
Expand Down
2 changes: 2 additions & 0 deletions Server.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# uvicorn app:server --port 12437 --workers 4
# streamlit run UI.py
from fastapi import FastAPI
from fastapi.middleware.cors import CORSMiddleware
from endpoints import Auth
Expand Down

0 comments on commit c220195

Please sign in to comment.