diff options
Diffstat (limited to 'src/main/webapp/WEB-INF/web.xml')
-rw-r--r-- | src/main/webapp/WEB-INF/web.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index a7412ce..5c46f87 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -25,7 +25,7 @@ <login-config> <auth-method>BASIC</auth-method> </login-config>--> - + <servlet> <servlet-name>databaseService</servlet-name> <servlet-class>org.traccar.web.server.database.DatabaseServiceImpl</servlet-class> |