mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added install ling to loginexceptions, changed some http links to https
This commit is contained in:
parent
08692ffd22
commit
c6947b505c
5 changed files with 9 additions and 8 deletions
|
@ -121,7 +121,7 @@
|
|||
async function SendFeedback (button) {
|
||||
const feedback = document.getElementById('feedbackTextArea').value
|
||||
button.innerText = '...'
|
||||
const rawResponse = await fetch('http://api.frylabs.net/postfeedback', {
|
||||
const rawResponse = await fetch('https://api.frylabs.net/postfeedback', {
|
||||
method: 'POST',
|
||||
credentials: 'include',
|
||||
headers: {
|
||||
|
@ -164,7 +164,7 @@
|
|||
}
|
||||
async function Login(button) {
|
||||
button.innerText = '...'
|
||||
const rawResponse = await fetch('http://api.frylabs.net/login', {
|
||||
const rawResponse = await fetch('https://api.frylabs.net/login', {
|
||||
method: 'POST',
|
||||
credentials: 'include',
|
||||
headers: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue