# Railway entry point - re-export FastAPI app from backend
frombackend.mainimportapp
if__name__=="__main__":
main()
# This allows Railway to detect the app with: uvicorn main:app
__all__=["app"]
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.