Resolve "Refactor mutations endpoints"
This commit is contained in:
parent
6a51b8f109
commit
ff1a614861
3 changed files with 4 additions and 3 deletions
|
|
@ -53,9 +53,6 @@ def custom_preprocessing_hook(endpoints):
|
|||
if path.startswith("/api/v1/users/users"):
|
||||
continue
|
||||
|
||||
if path.startswith("/api/v1/mutations"):
|
||||
continue
|
||||
|
||||
if path.startswith(f"/api/{api_type}"):
|
||||
filtered.append((path, path_regex, method, callback))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue