change url to https
This commit is contained in:
parent
f5630ba590
commit
53b593086c
2 changed files with 2 additions and 2 deletions
|
@ -108,7 +108,7 @@ import eyeNotLooking from '../../icons/Material/eye-not-looking.svg';
|
|||
register() {
|
||||
if (this.input.username !== '' && ((this.input.password !='') && (this.input.password == this.input.passwordConfirm))) {
|
||||
console.log('Authenticated: Checking with Backend');
|
||||
fetch("http://test.techtransthai.org:5001/api/users/create", {
|
||||
fetch("https://little-lines-backend.techtransthai.org/api/users/create", {
|
||||
method: "POST",
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue