Skip to content
Snippets Groups Projects
Commit d54f0d88 authored by Florent Poittevin's avatar Florent Poittevin
Browse files

Add navigation button

parent ee6237b3
No related branches found
No related tags found
1 merge request!3Develop
...@@ -2,9 +2,10 @@ ...@@ -2,9 +2,10 @@
Welcome to {{ title }}! Welcome to {{ title }}!
</h1> </h1>
<!--<dlcm-home></dlcm-home>--> <ul>
<li routerLink="/access" routerLinkActive="active">Access</li>
<!--<dlcm-deposit-view></dlcm-deposit-view>--> <li routerLink="/deposit" routerLinkActive="active">Deposit</li>
</ul>
<router-outlet></router-outlet> <router-outlet></router-outlet>
...@@ -19,7 +19,7 @@ export const authConfig: AuthConfig = { ...@@ -19,7 +19,7 @@ export const authConfig: AuthConfig = {
export const authModuleConfig: OAuthModuleConfig = { export const authModuleConfig: OAuthModuleConfig = {
// Inject "Authorization: Bearer ..." header for these APIs: // Inject "Authorization: Bearer ..." header for these APIs:
resourceServer: { resourceServer: {
allowedUrls: ['/'], allowedUrls: ['/api/'],
sendAccessToken: true, sendAccessToken: true,
}, },
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment