Messing around a bit

This commit is contained in:
tsmethurst
2021-03-02 12:46:48 +01:00
parent 9ffbb353d0
commit c879e1b0b3
5 changed files with 30 additions and 11 deletions

View File

@ -23,6 +23,6 @@ import (
)
func main() {
router := api.NewRouter()
router := client.NewRouter()
router.Route()
}