8 lines
111 B
Python
8 lines
111 B
Python
import os
|
|
|
|
|
|
os.environ.setdefault(
|
|
"AI_CORS_ORIGINS",
|
|
"http://localhost:3000,http://localhost:3001",
|
|
)
|