🔥(back) remove footer endpoint
With the configuration file, the footer endpoint can be removed and will not be used anymore by the front application.
This commit is contained in:
@@ -56,5 +56,4 @@ urlpatterns = [
|
||||
),
|
||||
),
|
||||
path(f"api/{settings.API_VERSION}/config/", viewsets.ConfigView.as_view()),
|
||||
path(f"api/{settings.API_VERSION}/footer/", viewsets.FooterView.as_view()),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user