Acebots-AI / my-tiny-service

0 stars 1 forks source link

Add Endpoint for Current Timestamp in ISO Format #16

Closed acebots-ai-local[bot] closed 7 months ago

acebots-ai-local[bot] commented 7 months ago

This pull request adds a new endpoint /timestamp that returns the current timestamp in ISO format. It includes the implementation of the endpoint in my_tiny_service/api/routers/root.py and a test case in tests/test_api.py to ensure the endpoint returns a valid ISO format timestamp.