Files
tfm_ainventory/logs/.gitkeep
Daniel Bedeleanu cbdb2f04f6 fix(auth): use actual hostname instead of localhost in frontend API client
- Modified frontend/lib/api.ts to use window.location.hostname as fallback
- Ensures browser on external IP reaches correct backend HTTPS port
- Allows admin/admin login to work from any access point
- Auth is fully functional and working
2026-04-23 10:39:18 +03:00

3 lines
129 B
Plaintext
Executable File

# This file exists to track the logs/ directory in Git.
# Actual log files are excluded via .gitignore and generated at runtime.