add status endpoint

This commit is contained in:
2022-01-17 16:57:32 +03:00
parent 78a00e2cab
commit 5d72852420
11 changed files with 118 additions and 16 deletions

View File

@ -1,3 +1,5 @@
organization := "me.arcanis"
name := "ffxivbis"
scalaVersion := "2.13.6"
@ -5,3 +7,4 @@ scalaVersion := "2.13.6"
scalacOptions ++= Seq("-deprecation", "-feature")
enablePlugins(JavaAppPackaging)
coverageEnabled := true