Skip to content
Snippets Groups Projects
Commit a6cb48bd authored by Tore.Brede's avatar Tore.Brede
Browse files

GREG-91: Removing get-endpoint, the information is already available elsewhere

parent bf60c66b
No related branches found
No related tags found
1 merge request!126GREG-91: Expand sponsor api
Pipeline #98813 failed
...@@ -59,7 +59,7 @@ urlpatterns += [ ...@@ -59,7 +59,7 @@ urlpatterns += [
re_path( re_path(
r"^sponsors/(?P<sponsor_id>[0-9]+)/orgunit/(?P<orgunit_id>[0-9]+)$", r"^sponsors/(?P<sponsor_id>[0-9]+)/orgunit/(?P<orgunit_id>[0-9]+)$",
SponsorOrgunitLinkView.as_view( SponsorOrgunitLinkView.as_view(
{"get": "retrieve", "post": "create", "delete": "destroy"} {"post": "create", "delete": "destroy"}
), ),
name="sponsor_orgunit-detail", name="sponsor_orgunit-detail",
), ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment