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

@ -2,4 +2,5 @@ import "dotenv/config";
import { env } from "node:process";
export const API_BASE = env.API_BASE || "https://pronouns.localhost/api";
export const INTERNAL_API_BASE = env.INTERNAL_API_BASE || "https://localhost:5000/api";
export const LANGUAGE = env.LANGUAGE || "en";