feat(api)!: Remove deprecated paths

This commit is contained in:
TwiN
2022-06-14 23:40:26 -04:00
parent 0792f5490b
commit 6f3150d936
7 changed files with 0 additions and 48 deletions

View File

@ -48,11 +48,6 @@ func TestSinglePageApplication(t *testing.T) {
Path: "/endpoints/core_frontend",
ExpectedCode: http.StatusOK,
},
{ // XXX: Remove this in v4.0.0
Name: "frontend-service",
Path: "/services/core_frontend",
ExpectedCode: http.StatusOK,
},
}
for _, scenario := range scenarios {
t.Run(scenario.Name, func(t *testing.T) {