Mr-Help commited on
Commit
d43db5c
·
verified ·
1 Parent(s): f9a9fe0

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -6,7 +6,7 @@ app = FastAPI()
6
  # Constants
7
  ACCESS_TOKEN = "2585415_877e3999ec927cff5d896269c348106949c50f9b8ad54fdaeac07ad00687ce3e"
8
  FOLDER_ID = "90182650380"
9
- TEMPLATE_ID = "901804880155" # Remove the "t-" prefix for the API call
10
  TEAM_ID = "90182086710" # Also known as Workspace or Space ID
11
 
12
  @app.post("/")
 
6
  # Constants
7
  ACCESS_TOKEN = "2585415_877e3999ec927cff5d896269c348106949c50f9b8ad54fdaeac07ad00687ce3e"
8
  FOLDER_ID = "90182650380"
9
+ TEMPLATE_ID = "t-901804880155" # Remove the "t-" prefix for the API call
10
  TEAM_ID = "90182086710" # Also known as Workspace or Space ID
11
 
12
  @app.post("/")