Merge branch 'dev' into 'main'
Dev See merge request illegitimate/illegitimate-bot!309
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
services:
|
||||
db:
|
||||
container_name: postgres-dev
|
||||
image: postgres
|
||||
image: postgres:16.4
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./dev/pgdata:/var/lib/postgresql/data
|
||||
|
||||
@@ -18,7 +18,7 @@ services:
|
||||
pull_policy: always
|
||||
db:
|
||||
container_name: illegitimate-postgres
|
||||
image: postgres
|
||||
image: postgres:16.4
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: journald
|
||||
|
||||
@@ -5,8 +5,8 @@ import env from "~/utils/Env.js"
|
||||
const apikey = env.prod.hypixelapikey
|
||||
const mojang = "https://api.mojang.com/users/profiles/minecraft/"
|
||||
const mojanguuid = "https://sessionserver.mojang.com/session/minecraft/profile/"
|
||||
const hypixel = "https://api.hypixel.net/player"
|
||||
const guild = "https://api.hypixel.net/guild"
|
||||
const hypixel = "https://api.hypixel.net/v2/player"
|
||||
const guild = "https://api.hypixel.net/v2/guild"
|
||||
const minotar = "https://minotar.net/helm/"
|
||||
type GuildQueryType = "player" | "name" | "id"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user