Commit 5016fa8c authored by 박민석's avatar 박민석

http -> https test

parent 9072a284
Pipeline #20886 passed with stages
in 3 minutes and 47 seconds
......@@ -189,7 +189,7 @@
// .catch((error) => {
// console.error('Chatbot Error', error)
// })
fetch('http://httpbin.org/get', {
fetch('https://httpbin.org/get', {
method: 'GET',
})
.then((response) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment