mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 16:05:44 +01:00
tidy up suggestions api (#1699)
Streamlines the suggestions/autocomplete api and removes redundancy. All logic accessing the backend is now in hooks in ui-api.
This commit is contained in:
committed by
GitHub
parent
e5e79398d2
commit
17ecec03b2
@@ -32,7 +32,9 @@ export * from "./base";
|
||||
export * from "./login";
|
||||
export * from "./groups";
|
||||
export * from "./users";
|
||||
export * from "./suggestions";
|
||||
export * from "./userSuggestions";
|
||||
export * from "./groupSuggestions";
|
||||
export * from "./repositories";
|
||||
export * from "./namespaces";
|
||||
export * from "./branches";
|
||||
|
||||
Reference in New Issue
Block a user