Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
d93312d2
Commit
d93312d2
authored
5 years ago
by
Jörn Künsemöller
Committed by
Jorrit Schaap
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
LEI-40
: Updated routing config for serving LSMR
parent
2ce5b55d
No related branches found
No related tags found
1 merge request
!92
TMSS-135
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
SAS/LSMR/frontend/frontend_poc/src/ProjectList.js
+1
-1
1 addition, 1 deletion
SAS/LSMR/frontend/frontend_poc/src/ProjectList.js
SAS/LSMR/src/lsmr/urls.py
+1
-1
1 addition, 1 deletion
SAS/LSMR/src/lsmr/urls.py
with
2 additions
and
2 deletions
SAS/LSMR/frontend/frontend_poc/src/ProjectList.js
+
1
−
1
View file @
d93312d2
...
@@ -9,7 +9,7 @@ var headers = new Headers();
...
@@ -9,7 +9,7 @@ var headers = new Headers();
headers
.
append
(
'
Authorization
'
,
'
Basic
'
+
btoa
(
'
paulus:pauluspass
'
));
headers
.
append
(
'
Authorization
'
,
'
Basic
'
+
btoa
(
'
paulus:pauluspass
'
));
headers
.
append
(
'
Content-Type
'
,
'
application/json
'
);
headers
.
append
(
'
Content-Type
'
,
'
application/json
'
);
var
api_url
=
'
/ap
p
/
'
var
api_url
=
'
/ap
i
/
'
function
lsmrGetList
(
url
,
component
){
function
lsmrGetList
(
url
,
component
){
console
.
log
(
'
Getting
'
+
url
)
console
.
log
(
'
Getting
'
+
url
)
...
...
This diff is collapsed.
Click to expand it.
SAS/LSMR/src/lsmr/urls.py
+
1
−
1
View file @
d93312d2
...
@@ -142,4 +142,4 @@ router.register(r'task_blueprint_B', viewsets.TaskBlueprintViewSetReactJSONform)
...
@@ -142,4 +142,4 @@ router.register(r'task_blueprint_B', viewsets.TaskBlueprintViewSetReactJSONform)
router
.
register
(
r
'
task_blueprint_C
'
,
viewsets
.
TaskBlueprintViewSetJSONeditorOnline
)
router
.
register
(
r
'
task_blueprint_C
'
,
viewsets
.
TaskBlueprintViewSetJSONeditorOnline
)
#router.register(r'json_editor', viewsets.JSONEditorViewSet)
#router.register(r'json_editor', viewsets.JSONEditorViewSet)
urlpatterns
+=
[
url
(
r
'
^api/
'
,
include
(
router
.
urls
))
]
urlpatterns
+=
[
router
.
urls
]
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