fix: switch API base URL to HTTPS (nip.io)
All checks were successful
Build frontend / build (push) Successful in 42s

This commit is contained in:
Claw AI
2026-03-31 22:48:50 +00:00
parent 5d44fb56ec
commit 98c3f51df2
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
import AuthService from '../services/AuthService';
const API_BASE = process.env.NEXT_PUBLIC_API_URL || 'http://45.93.137.91/api';
const API_BASE = process.env.NEXT_PUBLIC_API_URL || 'https://45.93.137.91.nip.io/api';
/**
* Generic API fetch — attaches auth token, unwraps { data } envelope