This repository has been archived on 2021-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
M2OLA/backend/app/urls.py

5 lines
109 B
Python
Raw Normal View History

2017-01-20 17:04:12 +01:00
from app.core import api
# Some Api resource
api.add_resource(api, '/api/someapi', '/api/someapi/<int:id>')