added golang http url routing
This commit is contained in:
@@ -13,7 +13,7 @@ var color map[string]string = map[string]string{
|
||||
"primary": "#211951",
|
||||
}
|
||||
|
||||
var Gh_url string = "https://github.com/vaporvee/acecore/blob/main/"
|
||||
const Gh_url string = "https://github.com/vaporvee/acecore/blob/main/"
|
||||
|
||||
func GetColor(s string) int {
|
||||
hexColor := strings.TrimPrefix(color[s], "#")
|
||||
|
1
custom/privacy.html
Symbolic link
1
custom/privacy.html
Symbolic link
@@ -0,0 +1 @@
|
||||
web/html/privacy.html
|
1
custom/tos.html
Symbolic link
1
custom/tos.html
Symbolic link
@@ -0,0 +1 @@
|
||||
web/html/tos.html
|
Reference in New Issue
Block a user