Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dad
FFDS-register-front
Commits
c24a4506
Commit
c24a4506
authored
Nov 04, 2020
by
cazenave
Browse files
avec k8s sur ovh yann bis
parent
1e98c84a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/settingsmartapi/settingsmartapi.component.ts
View file @
c24a4506
...
@@ -43,7 +43,7 @@ export class SettingsmartapiComponent implements OnInit {
...
@@ -43,7 +43,7 @@ export class SettingsmartapiComponent implements OnInit {
"smartapiurl": "
'
+
this
.
Form
.
value
.
smartapiurl
+
'
"
\n\
"smartapiurl": "
'
+
this
.
Form
.
value
.
smartapiurl
+
'
"
\n\
}
'
}
'
console
.
log
(
data
);
console
.
log
(
data
);
return
this
.
http
.
post
(
"
http://
"
+
environment
.
apiurl
+
"
/
api/
setting
"
,
data
,{
responseType
:
'
text
'
}).
subscribe
(
(
r
)
=>
{
console
.
log
(
r
)})
;
return
this
.
http
.
post
(
"
http://
"
+
environment
.
apiurl
+
"
/setting
"
,
data
,{
responseType
:
'
text
'
}).
subscribe
(
(
r
)
=>
{
console
.
log
(
r
)})
;
};
};
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment