This commit is contained in:
asteam
2024-10-01 11:15:36 +03:00
commit a25a3c2e5c
81 changed files with 5143 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package constants
const (
API = "/api"
APIv0 = "/0"
APIv1 = "/v1.0.0"
)