Skip to content
Snippets Groups Projects
Commit 9f783b80 authored by Sebastian's avatar Sebastian
Browse files

feat(component-user-manager): add get route

parent 35690544
No related branches found
No related tags found
1 merge request!5Refactor component invite
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html data-editor-version="2" class="sg-campaigns" xmlns="http://www.w3.org/1999/xhtml"> <html data-editor-version="2" class="sg-campaigns" xmlns="http://www.w3.org/1999/xhtml">
......
...@@ -17,6 +17,7 @@ const CollectionsInvitations = app => { ...@@ -17,6 +17,7 @@ const CollectionsInvitations = app => {
authBearer, authBearer,
require(`${routePath}/delete`)(app.locals.models), require(`${routePath}/delete`)(app.locals.models),
) )
app.get(basePath, authBearer, require(`${routePath}/get`)(app.locals.models))
} }
module.exports = CollectionsInvitations module.exports = CollectionsInvitations
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment