added code to update notes referencing stock items
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -71,11 +71,11 @@ public class Application {
|
||||
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 StockModule(config).bindPath("/api/stock").on(server);
|
||||
new UserLegacy(config).bindPath("/legacy/user").on(server);
|
||||
new NotesLegacy(config).bindPath("/legacy/notes").on(server);
|
||||
new MarkdownApi().bindPath("/api/markdown").on(server);
|
||||
new NoteModule(config).bindPath("/api/notes").on(server);
|
||||
new StockModule(config).bindPath("/api/stock").on(server);
|
||||
new ProjectModule(config).bindPath("/api/project").on(server);
|
||||
new ProjectLegacy(config).bindPath("/legacy/project").on(server);
|
||||
new TaskModule(config).bindPath("/api/task").on(server);
|
||||
|
||||
Reference in New Issue
Block a user