A simple starter function. Edit src/main.py to get started and create something awesome! 🚀
- Returns a "Pong" message.
Response
Sample 200 Response:
Pong
- Returns a "Learn More" JSON response.
Response
Sample 200 Response:
{
"motto": "Build like a team of hundreds_",
"learn": "https://appwrite.io/docs",
"connect": "https://appwrite.io/discord",
"getInspired": "https://builtwith.appwrite.io"
}| Setting | Value |
|---|---|
| Runtime | Python (3.9) |
| Entrypoint | src/main.py |
| Build Commands | pip install -r requirements.txt |
| Permissions | any |
| Timeout (Seconds) | 15 |
No environment variables required.