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

from app.core import api
# Some Api resource
api.add_resource(api, '/api/someapi', '/api/someapi/<int:id>')