Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beta.ordbok.uib.no
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Margunn.Rauset
beta.ordbok.uib.no
Commits
4c5bf2b7
Commit
4c5bf2b7
authored
3 years ago
by
Henrik Askjer
Browse files
Options
Downloads
Patches
Plain Diff
Remove global axios config
parent
a721e7ab
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/DictionaryView.vue
+0
-12
0 additions, 12 deletions
src/components/DictionaryView.vue
with
0 additions
and
12 deletions
src/components/DictionaryView.vue
+
0
−
12
View file @
4c5bf2b7
...
...
@@ -90,18 +90,6 @@ var api_endpoint = process.env.VUE_APP_API_PREFIX + '/api/dict'
var
oda_dev
=
'
https://oda.uib.no/opal/dev
'
/*
axios.interceptors.request.use(function (config) {
if (!config.url) {
config.headers["x-api-key"] = "ZkYiyRVXxH86ijsvhx3cH4SY5Iik2ijI3BKVJGMm"
}
return config;
}, function (error) {
return Promise.reject(error);
});*/
function
navigate_to_article
(
self
,
source
)
{
let
config
=
{
headers
:
{}}
if
((
self
.
$route
.
query
.
nocache
||
''
).
toLowerCase
()
==
'
true
'
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment