preparing contact index page
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -11,6 +11,7 @@ import de.srsoftware.configuration.JsonConfig;
|
||||
import de.srsoftware.tools.ColorLogger;
|
||||
import de.srsoftware.umbrella.bookmarks.BookmarkApi;
|
||||
import de.srsoftware.umbrella.company.CompanyModule;
|
||||
import de.srsoftware.umbrella.contact.ContactModule;
|
||||
import de.srsoftware.umbrella.core.Util;
|
||||
import de.srsoftware.umbrella.core.exceptions.UmbrellaException;
|
||||
import de.srsoftware.umbrella.documents.DocumentApi;
|
||||
@@ -68,6 +69,7 @@ public class Application {
|
||||
new BookmarkApi(config).bindPath("/api/bookmark").on(server);
|
||||
new CompanyModule(config).bindPath("/api/company").on(server);
|
||||
new CompanyLegacy(config).bindPath("/legacy/company").on(server);
|
||||
new ContactModule(config).bindPath("/api/contact").on(server);
|
||||
new DocumentApi(config).bindPath("/api/document").on(server);
|
||||
new ItemApi(config).bindPath("/api/items").on(server);
|
||||
new UserLegacy(config).bindPath("/legacy/user").on(server);
|
||||
|
||||
Reference in New Issue
Block a user