Mengubah IP ke server kampus
This commit is contained in:
parent
5e005e8524
commit
8cdb43a2ef
@ -23,7 +23,7 @@ export default function LoginPage() {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
// Tembak API Backend Golang menggunakan IP Laptop
|
// Tembak API Backend Golang menggunakan IP Laptop
|
||||||
const response = await axios.post("http://172.17.110.6:8080/api/auth/login", {
|
const response = await axios.post("http://172.17.172.17:8080/api/auth/login", {
|
||||||
nrp_nip: nrp,
|
nrp_nip: nrp,
|
||||||
password: password,
|
password: password,
|
||||||
// role_attempt: loginRole // Buka komentar ini jika backend Golang minta parameter role
|
// role_attempt: loginRole // Buka komentar ini jika backend Golang minta parameter role
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user