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 @@
Welcome to {{ title }}!
</h1>
<!--<dlcm-home></dlcm-home>-->
<!--<dlcm-deposit-view></dlcm-deposit-view>-->
<ul>
<li routerLink="/access" routerLinkActive="active">Access</li>
<li routerLink="/deposit" routerLinkActive="active">Deposit</li>
</ul>
<router-outlet></router-outlet>
......@@ -19,7 +19,7 @@ export const authConfig: AuthConfig = {
export const authModuleConfig: OAuthModuleConfig = {
// Inject "Authorization: Bearer ..." header for these APIs:
resourceServer: {
allowedUrls: ['/'],
allowedUrls: ['/api/'],
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