framework of google login

This commit is contained in:
2026-05-15 21:05:31 +08:00
parent 288fb56f53
commit 2787eb961d
5 changed files with 239 additions and 4 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
def main():
print("Hello from character-roleplay-backend!")
from fastapi import FastAPI
from auth import router as auth_router
app = FastAPI()
if __name__ == "__main__":
main()
app.include_router(auth_router)