main-backend/info.md
2026-02-20 05:50:26 +00:00

50 lines
804 B
Markdown

# Tit Bits
## API Base URL
- https://api.lupmis4luspa.org/
````
- g!_ArOqhC$Gs9-u2
````
## API Testing Tool
- https://restful-api.dev/
git remote add https://gitea.lupmis4luspa.org/kwesigitea/main-backend.git
title - add N/A
from the server 29-10-2025
services:
l4lauthentication-docker:
container_name: l4lauthentication
build: .
volumes:
- ./php_code:/var/www/html
#ports:
#- 8831:80
restart: unless-stopped
networks:
- nginx_proxy_manager_default
networks:
nginx_proxy_manager_default:
external: true
curl -X 'POST' \
'https://api.lupmis4luspa.org/api/user_mgt/get_district_by_region_id.php' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"region_id": "3",
"api_token": "1c46538c712e9b5b"
}'