Acebots-AI / my-tiny-service

0 stars 1 forks source link

Add Timestamp Endpoint #44

Open acebots-ai[bot] opened 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 my_tiny_service/api/routers/root.py and a test case in tests/test_api.py to ensure the endpoint behaves as expected.