6
1
mirror of https://git.mills.io/saltyim/saltyim.git synced 2024-06-28 17:51:04 +00:00

fixup doc

This commit is contained in:
mlctrez 2022-03-24 09:53:40 -05:00
parent 70cbed1fa9
commit e24bbf72d5

@ -5,7 +5,7 @@ import (
"go.mills.io/saltyim/internal/pwa/components"
)
// AddRoutes consistenly adds routes for internal/pwa/main and internal/server
// AddRoutes maintains consistency between internal/pwa/main and internal/server
func AddRoutes() {
app.Route("/", &components.Hello{})
app.Route("/config", &components.Configuration{})