mirror of
https://github.com/Cernobor/oko-server.git
synced 2025-02-24 08:27:17 +00:00
* Finished API documentation. * Removed -reinit-db command line argument. Fix #5
This commit is contained in:
@@ -8,6 +8,7 @@ const (
|
||||
URIAppVersions = "/app-versions"
|
||||
URIAppVersion = "/app-versions/:version"
|
||||
URIReinit = "/reinit"
|
||||
URIUsageInfo = "/usage-info"
|
||||
URIMapPack = "/mappack"
|
||||
URIHandshake = "/handshake"
|
||||
URIData = "/data"
|
||||
|
||||
@@ -46,7 +46,6 @@ type ServerConfig struct {
|
||||
Port int
|
||||
DbPath string
|
||||
TilepackPath string
|
||||
ReinitDB bool
|
||||
MinZoom int
|
||||
DefaultCenter models.Coords
|
||||
MaxPhotoX int
|
||||
|
||||
Reference in New Issue
Block a user