Guest User

Untitled

a guest
Feb 18th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. router := mux.NewRouter()
  2. router.PathPrefix("/").Handler(http.FileServer(http.Dir("./static/src/app")))
Add Comment
Please, Sign In to add comment