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

refactor: integrate apis_entities.apis_urls into [apis_entities.]urls #431

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

b1rger
Copy link
Contributor

@b1rger b1rger commented 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 b1rger marked this pull request as ready for review November 21, 2023 15:50
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 b1rger merged commit 2b68757 into main Nov 23, 2023
7 checks passed
@b1rger b1rger deleted the birger/379-api2 branch November 27, 2023 14:54
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 this pull request may close these issues.

Integrate apis_entities.api_urls into apis_entities.urls Get rid of apis/api2 endpoint
1 participant