Bahodir Nematjonov commited on
Commit
03afdca
·
1 Parent(s): 667244c

main updated

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -21,7 +21,7 @@ REFRESH_TOKEN_EXPIRE_DAYS = 7
21
 
22
  app = FastAPI()
23
 
24
-
25
 
26
  # Entry Endpoint
27
  @app.get('/')
 
21
 
22
  app = FastAPI()
23
 
24
+ app.mount("/static", StaticFiles(directory="static"), name="static")
25
 
26
  # Entry Endpoint
27
  @app.get('/')