working on view location details page

This commit is contained in:
2022-04-11 22:41:14 -04:00
parent c79dc69bb0
commit 55df431241
28 changed files with 549 additions and 346 deletions

View File

@@ -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