feat: add force log out endpoint

This commit is contained in:
sam 2024-10-01 21:25:51 +02:00
parent c18b79e570
commit 42041d49bc
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
7 changed files with 72 additions and 15 deletions

View file

@ -18,6 +18,7 @@ services:
build: ./Foxnouns.Frontend
environment:
- "API_BASE=http://rate:5003/api"
- "INTERNAL_API_BASE=http://backend:5000/api"
restart: unless-stopped
volumes:
- ./docker/frontend.env:/app/.env