Acebots-AI / my-tiny-service

0 stars 1 forks source link

Add Endpoint for Current Timestamp in ISO Format #27

Closed acebots-ai[bot] closed 4 months ago

acebots-ai[bot] commented 4 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 root.py and a test case in test_api.py to ensure the endpoint returns a valid ISO formatted timestamp.