working on view location details page
This commit is contained in:
2
main.go
2
main.go
@@ -78,7 +78,7 @@ func main() {
|
||||
}))
|
||||
|
||||
// Serve up our static images
|
||||
server.WebServer.Static("/photos", "./app/photos")
|
||||
server.WebServer.Static("/files", server.Config.Server.LocationFilesDir)
|
||||
|
||||
// Load in our routes
|
||||
server.WebServer.Get("/hello", func(c *fiber.Ctx) error { // Basic Hello Route
|
||||
|
Reference in New Issue
Block a user