mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-19 23:40:05 +00:00
add proxy server for dynamic api endpoint handling and auth
This commit is contained in:
8
proxy/go.mod
Normal file
8
proxy/go.mod
Normal file
@@ -0,0 +1,8 @@
|
||||
module proxy
|
||||
|
||||
go 1.22.1
|
||||
|
||||
require (
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/mattn/go-sqlite3 v1.14.22
|
||||
)
|
||||
Reference in New Issue
Block a user