Initial commit

This commit is contained in:
2024-01-17 18:05:55 +01:00
commit b58430af9a
25 changed files with 1930 additions and 0 deletions

3
config/config.go Normal file
View File

@ -0,0 +1,3 @@
package config
var JwtKey = []byte("your_secret_key")