Skip to content

Commit c18b8af

Browse files
committed
update excalidraw table example
1 parent e6f9ef7 commit c18b8af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/server/server.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"github.com/tebben/geocodeur/settings"
2323
)
2424

25-
// Start starts the PGRest server with the given configuration.
25+
// Start starts the Geocodeur server with the given configuration.
2626
// It initializes the necessary resources, sets up the main handler,
2727
// and listens for incoming HTTP requests on the specified port.
2828
func Start(config settings.Config) {
@@ -58,7 +58,7 @@ func Start(config settings.Config) {
5858
serverStopCtx()
5959
}()
6060

61-
log.Info(fmt.Sprintf("PGRest started, running on port %v", config.Server.Port))
61+
log.Info(fmt.Sprintf("Geocodeur started, running on port %v", config.Server.Port))
6262
defer database.CloseDBPools()
6363

6464
err := server.ListenAndServe()

static/example.jpg

-27.9 KB
Loading

0 commit comments

Comments
 (0)