Skip to content
Snippets Groups Projects
Commit 18326cc9 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

cleanup

parent 8d2a8365
No related branches found
No related tags found
No related merge requests found
...@@ -69,10 +69,6 @@ import { setup } from 'axios-cache-adapter' ...@@ -69,10 +69,6 @@ import { setup } from 'axios-cache-adapter'
const SEARCH_ENDPOINT = process.env.VUE_APP_SEARCH_ENDPOINT const SEARCH_ENDPOINT = process.env.VUE_APP_SEARCH_ENDPOINT
const ARTICLE_ENDPOINT= process.env.VUE_APP_ARTICLE_ENDPOINT const ARTICLE_ENDPOINT= process.env.VUE_APP_ARTICLE_ENDPOINT
const dicts = {'nn': 'Nynorskordboka',
'bm': 'Bokmålsordboka',
'bm,nn': 'ordbøkene'}
const api = setup({ const api = setup({
baseURL: SEARCH_ENDPOINT, baseURL: SEARCH_ENDPOINT,
cache: { cache: {
......
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