@@ -0,0 +1,13 @@
package main
import (
"ais/pkg/api"
)
func main() {
router := api.NewAPI()
router.Run(":8888")
}
The note is not visible to the blocked user.