feat: аналитика
This commit is contained in:
@@ -53,12 +53,12 @@ app = FastAPI(lifespan=lifespan, version=settings.logger.APP_VERSION)
|
||||
app.add_middleware(
|
||||
CORSMiddleware,
|
||||
allow_origins=[
|
||||
"https://app.tgexchange.ru",
|
||||
"http://app.tgexchange.ru",
|
||||
'https://app.tgexchange.ru',
|
||||
'http://app.tgexchange.ru',
|
||||
],
|
||||
allow_credentials=True,
|
||||
allow_methods=["*"],
|
||||
allow_headers=["*"],
|
||||
allow_methods=['*'],
|
||||
allow_headers=['*'],
|
||||
)
|
||||
|
||||
app.include_router(api_router)
|
||||
|
||||
Reference in New Issue
Block a user