api endpoint to get track by permalink

This commit is contained in:
Laptop
2025-10-13 17:02:03 +03:00
parent 3ccf330fdf
commit e8c6912cbd
4 changed files with 43 additions and 33 deletions

View File

@@ -1,4 +1,4 @@
ARG GO_VERSION=1.25.1
ARG GO_VERSION=1.25.2
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION} AS build
ARG TARGETOS