Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of apis/api2 endpoint #266

Closed
b1rger opened this issue Aug 30, 2023 · 1 comment · Fixed by #431
Closed

Get rid of apis/api2 endpoint #266

b1rger opened this issue Aug 30, 2023 · 1 comment · Fixed by #431
Assignees

Comments

@b1rger
Copy link
Contributor

b1rger commented Aug 30, 2023

No description provided.

@sennierer
Copy link
Collaborator

also see how to keep the [ROOT_URL]/entity/{ID} functionality

b1rger added a commit that referenced this issue Nov 21, 2023
There where three routes in a separate file included under the `/api2`
path - the `savenetworkfiles` endpoint was removed, the
`getorcreateentity` endpoint was moved to `apis_entities.urls` and the
`/entity/<int:pk>` endpoint was moved to the main apis `urls.py`

Closes: #266
Closes: #379
b1rger added a commit that referenced this issue Nov 23, 2023
There where three routes in a separate file included under the `/api2`
path - the `savenetworkfiles` endpoint was removed, the
`getorcreateentity` endpoint was moved to `apis_entities.urls` and the
`/entity/<int:pk>` endpoint was moved to the main apis `urls.py`

Closes: #266
Closes: #379
b1rger added a commit that referenced this issue Nov 23, 2023
There where three routes in a separate file included under the `/api2`
path - the `savenetworkfiles` endpoint was removed, the
`getorcreateentity` endpoint was moved to `apis_entities.urls` and the
`/entity/<int:pk>` endpoint was moved to the main apis `urls.py`

Closes: #266
Closes: #379
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants