package main import ( "ais/pkg/api" ) func main() { router := api.NewAPI() router.Run(":8888") }