implemented task legacy code
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -15,10 +15,7 @@ import de.srsoftware.umbrella.core.Util;
|
||||
import de.srsoftware.umbrella.core.exceptions.UmbrellaException;
|
||||
import de.srsoftware.umbrella.documents.DocumentApi;
|
||||
import de.srsoftware.umbrella.items.ItemApi;
|
||||
import de.srsoftware.umbrella.legacy.CompanyLegacy;
|
||||
import de.srsoftware.umbrella.legacy.NotesLegacy;
|
||||
import de.srsoftware.umbrella.legacy.ProjectLegacy;
|
||||
import de.srsoftware.umbrella.legacy.UserLegacy;
|
||||
import de.srsoftware.umbrella.legacy.*;
|
||||
import de.srsoftware.umbrella.markdown.MarkdownApi;
|
||||
import de.srsoftware.umbrella.message.MessageSystem;
|
||||
import de.srsoftware.umbrella.notes.NoteModule;
|
||||
@@ -79,6 +76,7 @@ public class Application {
|
||||
new ProjectModule(registry, config).bindPath("/api/project").on(server);
|
||||
new ProjectLegacy(registry,config).bindPath("/legacy/project").on(server);
|
||||
new TaskModule(registry, config).bindPath("/api/task").on(server);
|
||||
new TaskLegacy(registry, config).bindPath("/legacy/task").on(server);
|
||||
new TimeModule(registry, config).bindPath("/api/times").on(server);
|
||||
new WebHandler(registry).bindPath("/").on(server);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user