This repository has been archived on 2025-07-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
duck-pond/backend/duckpond/paths.py
AKP 1e24048ba3
Alter 2 files
Update `endpoints.py`
Update `paths.py`
2022-10-29 16:49:37 +01:00

4 lines
No EOL
111 B
Python

ENTRIES = "/entries"
GET_ENTRY = "/entry/<entry_id>"
UPDATE_ENTRY = "/entry/<entry_id>"
CREATE_ENTRY = "/entry"