Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
WMS Server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Software
WMS Server
Commits
07647e3b
Commit
07647e3b
authored
Feb 04, 2020
by
Nicolas Lenz
❄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 1
parent
b880a31d
Pipeline
#440
passed with stage
in 2 minutes and 39 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
1 deletion
+6
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-0
config/routes
config/routes
+1
-0
package.yaml
package.yaml
+1
-1
src/Handler/Misc.hs
src/Handler/Misc.hs
+3
-0
No files found.
.gitlab-ci.yml
View file @
07647e3b
...
...
@@ -18,3 +18,4 @@ build:
paths
:
-
wms-server
-
wms-server-ctl
-
config
config/routes
View file @
07647e3b
...
...
@@ -14,3 +14,4 @@
/control ControlR GET
/ RootR GET
/version VersionR GET
package.yaml
View file @
07647e3b
name
:
wms-server
version
:
0
.0.0
version
:
1
.0.0
dependencies
:
-
base
...
...
src/Handler/Misc.hs
View file @
07647e3b
...
...
@@ -99,3 +99,6 @@ getRootR = do
<p>Licensed under Apache License 2.0
<p>Source Code available at <a href="https://git.eisfunke.com/software/wms-server">https://git.eisfunke.com/software/wms-server
|]
getVersionR
::
Handler
Value
getVersionR
=
returnJson
(
"1.0.0"
::
Text
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment