Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ESSIF-Lab
TNO SSI Service
SSI Service Backend
Commits
7e829cbc
Commit
7e829cbc
authored
May 14, 2020
by
Hidde-Jan Jongsma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove connectors module from app module
parent
717033c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/app.module.ts
src/app.module.ts
+0
-2
No files found.
src/app.module.ts
View file @
7e829cbc
...
...
@@ -6,7 +6,6 @@ import { AppService } from './app.service';
import
{
WalletModule
}
from
'
./wallet/wallet.module
'
;
import
{
OrganizationsModule
}
from
'
./organizations/organizations.module
'
;
import
{
ConnectorsModule
}
from
'
./connectors/connectors.module
'
;
import
{
RequestsModule
}
from
'
./requests/requests.module
'
;
@
Module
({
...
...
@@ -19,7 +18,6 @@ import { RequestsModule } from './requests/requests.module';
}),
WalletModule
,
OrganizationsModule
,
ConnectorsModule
,
RequestsModule
,
],
controllers
:
[
AppController
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment