chore: bump version to v0.2.1
This commit is contained in:
parent
1daf54e68e
commit
54cfca6774
@ -67,7 +67,7 @@ app.get("/", (_req, res) => {
|
|||||||
app.get("/api", (_req, res) => {
|
app.get("/api", (_req, res) => {
|
||||||
res.json({
|
res.json({
|
||||||
name: "Transceiver Intelligence Platform",
|
name: "Transceiver Intelligence Platform",
|
||||||
version: "0.2.0-alpha.1",
|
version: "0.2.1",
|
||||||
endpoints: [
|
endpoints: [
|
||||||
"GET /api/transceivers?q=&form_factor=&speed=&category=&fiber_type=&wdm_type=&coherent=",
|
"GET /api/transceivers?q=&form_factor=&speed=&category=&fiber_type=&wdm_type=&coherent=",
|
||||||
"GET /api/transceivers/:id",
|
"GET /api/transceivers/:id",
|
||||||
|
|||||||
@ -14,7 +14,7 @@ healthRouter.get("/", async (_req: Request, res: Response) => {
|
|||||||
res.json({
|
res.json({
|
||||||
success: true,
|
success: true,
|
||||||
status: "healthy",
|
status: "healthy",
|
||||||
version: "0.2.0",
|
version: "0.2.1",
|
||||||
uptime: process.uptime(),
|
uptime: process.uptime(),
|
||||||
database: {
|
database: {
|
||||||
connected: true,
|
connected: true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user