router and auth kk

This commit is contained in:
breel
2020-08-08 10:18:17 -06:00
parent 1a06d9634b
commit c145bd9daf
5 changed files with 53 additions and 31 deletions

View File

@@ -2,6 +2,7 @@ package main
import (
"local/dndex/config"
"local/dndex/server"
"local/dndex/storage"
"local/dndex/view"
"log"
@@ -14,6 +15,7 @@ func main() {
log.Println(c)
g := storage.NewRateLimitedGraph()
view.GitCommit = GitCommit
server.GitCommit = GitCommit
if err := view.JSON(g); err != nil {
panic(err)
}