@@ -0,0 +1,6 @@
import uvicorn
from rest.app.common.config import conf
if __name__ == '__main__':
uvicorn.run('rest.app.main:app', host='0.0.0.0', port=conf().REST_SERVER_PORT, reload=True)
The note is not visible to the blocked user.