mirror of
https://github.com/yanislav-igonin/micrach
synced 2025-02-10 06:54:38 +03:00

* feat: add geateway config * feat: add ping controller for check by gateway * feat: add new env vars for gateway * feat: update config * gateway request wip * feat: add auth header for gateway request * feat: separate gateway folder * update endpoint for gateway * add makefile * lint * swap png to svg * add url of board to request to gateway * change deployed path prefix * add env in compose * add body log on gateway connect
3 lines
53 B
Makefile
3 lines
53 B
Makefile
dev:
|
|
nodemon --exec go run main.go --signal SIGTERM
|