@@ -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)
The note is not visible to the blocked user.