#
# Build version  1.3
# Build date     23/05/2017 10:10 UTC
# Build number   4f7ff58e4dd24ae609d4f2753717ab567d7616bf
#

[config]
package.filters=io.ultreia.gc.rest.api.internal
package.actions=io.ultreia.gc.rest.api.v1

server.main.handler.class=io.ultreia.gc.rest.api.internal.GcRestMainHandler
server.listener.class=io.ultreia.gc.rest.api.internal.GcRestApiApplicationListener
default.render=io.ultreia.gc.rest.api.internal.GcRestMotionRender
server.controller.scope=request

[filters]
*      /*   GcRestMotionFilter.inject

[actions]

# →→→ Static mapping

# Do not remove the next line, it is used to generate the following actions.
# →→→ Generated dynamic mapping

# Do not modify below lines, they are generated at each maven build.

DELETE /v1/deleteFieldNote                                 FieldNotesServiceRestApi.deleteFieldNote
GET    /v1/loadFieldNotes                                  FieldNotesServiceRestApi.loadFieldNotes
GET    /v1/getLogDraft                                     FieldNotesServiceRestApi.getLogDraft
POST   /v1/logFieldNote                                    FieldNotesServiceRestApi.logFieldNote
GET    /v1/getCacheFromGcName                              GcCacheServiceRestApi.getCacheFromGcName
GET    /v1/acquireElevations                               GcCacheServiceRestApi.acquireElevations
GET    /v1/getGcNamesWithoutLogs                           GcCacheServiceRestApi.getGcNamesWithoutLogs
GET    /v1/getGcNames                                      GcCacheServiceRestApi.getGcNames
GET    /v1/searchCachesCount                               GcCacheServiceRestApi.searchCachesCount
GET    /v1/searchCaches                                    GcCacheServiceRestApi.searchCaches
GET    /v1/acquireDistricts                                GcCacheServiceRestApi.acquireDistricts
GET    /v1/getStateStats                                   GcCacheServiceRestApi.getStateStats
GET    /v1/getCountryStats                                 GcCacheServiceRestApi.getCountryStats
POST   /v1/updateDistrict                                  GcCacheServiceRestApi.updateDistrict
POST   /v1/loadFrenchOwnerCachesGcNames                    GcCacheServiceRestApi.loadFrenchOwnerCachesGcNames
POST   /v1/computeStateStats                               GcCacheServiceRestApi.computeStateStats
POST   /v1/updateDistricts                                 GcCacheServiceRestApi.updateDistricts
POST   /v1/storeCache                                      GcCacheServiceRestApi.storeCache
POST   /v1/computeCountryStats                             GcCacheServiceRestApi.computeCountryStats
POST   /v1/loadStateStats                                  GcCacheServiceRestApi.loadStateStats
POST   /v1/loadCountryStats                                GcCacheServiceRestApi.loadCountryStats
POST   /v1/updateElevation                                 GcCacheServiceRestApi.updateElevation
POST   /v1/updateElevations                                GcCacheServiceRestApi.updateElevations
GET    /v1/runProjectGcChallenge                           GcChallengeServiceRestApi.runProjectGcChallenge
GET    /v1/getCountryChallenges                            GcChallengeServiceRestApi.getCountryChallenges
GET    /v1/getStateChallenges                              GcChallengeServiceRestApi.getStateChallenges
GET    /v1/getLogsFromGcName                               GcLogServiceRestApi.getLogsFromGcName
GET    /v1/getMyArcheoLogFromGcName                        GcLogServiceRestApi.getMyArcheoLogFromGcName
POST   /v1/updateLogs                                      GcLogServiceRestApi.updateLogs
POST   /v1/loadLogs                                        GcLogServiceRestApi.loadLogs
POST   /v1/deleteLogsForGcName                             GcLogServiceRestApi.deleteLogsForGcName
GET    /v1/getTrackables                                   GcTrackableServiceRestApi.getTrackables
GET    /v1/getUsers                                        GcUserServiceRestApi.getUsers
GET    /v1/getFrenchOwners                                 GcUserServiceRestApi.getFrenchOwners
GET    /v1/getUser                                         GcUserServiceRestApi.getUser
POST   /v1/updateFrenchOwner                               GcUserServiceRestApi.updateFrenchOwner
GET    /v1/getGcNames                                      GpxServiceRestApi.getGcNames
GET    /v1/getCaches                                       GpxServiceRestApi.getCaches
GET    /v1/login                                           LoginServiceRestApi.login
GET    /v1/logout                                          LoginServiceRestApi.logout
