UPDATE: Auth module, User module
Some checks failed
Build and Release / release (push) Failing after 1m25s

This commit is contained in:
2026-03-30 00:27:57 +07:00
parent 92d44bb00c
commit f04441bf2a
59 changed files with 4246 additions and 521 deletions

View File

@@ -1,6 +1,6 @@
DB_URL ?= postgres://history:secret@localhost:5432/history_map?sslmode=disable
APP_DIR = cmd/history-api
MAIN_APP = ./cmd/history-api/
APP_DIR = cmd/api
MAIN_APP = ./cmd/api/
MAIN_FILE = $(APP_DIR)/main.go
DOCS_DIR = docs