added cors header for the nuxt server responses

This commit is contained in:
2024-02-09 17:32:50 +01:00
parent c91f9a53b6
commit 8d05df01e9
13 changed files with 81 additions and 3 deletions

View File

@ -33,6 +33,10 @@ const router = createRouter({
path: '/assets',
component: AssetPage
},
{
path: '/chosenAsset',
component: AssetPage
},
{
path: '/solutions',
component: SolutionPage