feat(services): add GET /guilds/[guildId]

This commit is contained in:
Divlo
2021-12-28 18:19:53 +00:00
parent a746b6a057
commit 265ac006a0
9 changed files with 2883 additions and 5462 deletions

View File

@ -1,4 +1,2 @@
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.163.1/containers/javascript-node/.devcontainer/base.Dockerfile
ARG VARIANT="16-bullseye"
ARG VARIANT="16"
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT}