Browse Source

Add files via upload

main
Unbewohnte 4 years ago committed by GitHub
parent
commit
de6aa076f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      main.go

5
main.go

@ -347,8 +347,11 @@ func (dbHandler *randomDataHandler) handleSpecific(w http.ResponseWriter, r *htt
}
}
func main() {
func init() {
InitLogs()
}
func main() {
databaseHandler := newDatabaseHandler()

Loading…
Cancel
Save