OSM
This commit is contained in:
@@ -12,6 +12,7 @@ func Setup() {
|
||||
|
||||
r.Get("/articles", article.ArticleQueryHandler)
|
||||
r.Get("/articles-download", article.ArticleDownloadHandler)
|
||||
r.Handle("/tiles/", http.StripPrefix("/tiles/", http.FileServer(http.Dir("tiles"))))
|
||||
|
||||
http.ListenAndServe(":8080", r)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user