server: implement chi
This commit is contained in:
+10
-1
@@ -1,5 +1,14 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"log/slog"
|
||||
|
||||
"git.dubyatp.xyz/dubyatp/scannerbot/server/api"
|
||||
)
|
||||
|
||||
func main() {
|
||||
println("hello world")
|
||||
//println("hello world")
|
||||
|
||||
slog.Info("Starting the API server...")
|
||||
api.Start()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user