diff --git a/libraries.sbt b/libraries.sbt
index 90a60bc..1e87d66 100644
--- a/libraries.sbt
+++ b/libraries.sbt
@@ -12,6 +12,7 @@ libraryDependencies += "com.typesafe.akka" %% "akka-actor-typed" % AkkaVersion
libraryDependencies += "com.typesafe.akka" %% "akka-stream" % AkkaVersion
libraryDependencies += "com.github.swagger-akka-http" %% "swagger-akka-http" % "2.6.0"
libraryDependencies += "jakarta.platform" % "jakarta.jakartaee-web-api" % "9.1.0"
+libraryDependencies += "ch.megard" %% "akka-http-cors" % "1.1.2"
libraryDependencies += "io.spray" %% "spray-json" % "1.3.6"
diff --git a/src/main/resources/html/api.html b/src/main/resources/html/api.html
new file mode 100644
index 0000000..e6e34b1
--- /dev/null
+++ b/src/main/resources/html/api.html
@@ -0,0 +1,23 @@
+
+
+
+
+ FFXIV loot helper API
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/resources/html/bis.html b/src/main/resources/html/bis.html
index 26fbe22..c4cea63 100644
--- a/src/main/resources/html/bis.html
+++ b/src/main/resources/html/bis.html
@@ -139,6 +139,7 @@