Update app.ts
Browse files
app.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { swagger } from "@elysiajs/swagger"
|
|
| 4 |
|
| 5 |
const app = new Elysia()
|
| 6 |
.use(swagger({
|
| 7 |
-
path : "/docs"
|
| 8 |
documentation: {
|
| 9 |
info: {
|
| 10 |
title : 'Pluvi API Documentation',
|
|
|
|
| 4 |
|
| 5 |
const app = new Elysia()
|
| 6 |
.use(swagger({
|
| 7 |
+
path : "/docs",
|
| 8 |
documentation: {
|
| 9 |
info: {
|
| 10 |
title : 'Pluvi API Documentation',
|