add fprgejo image bottom right

This commit is contained in:
creations 2025-04-21 16:50:07 -04:00
parent df6e2325d9
commit a739ffb4b7
Signed by: creations
GPG key ID: 8F553AA4320FC711
4 changed files with 60 additions and 5 deletions

View file

@ -1,11 +1,6 @@
import { redisTtl, steamGridDbKey } from "@config/environment";
import { logger } from "@helpers/logger";
import { redis } from "bun";
if (!steamGridDbKey) {
logger.warn("[SteamGridDB] Route disabled: Missing API key");
}
const routeDef: RouteDef = {
method: "GET",
accepts: "*/*",