From 4690452462ac62516e9aa2105ee62f868b2f6952 Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Sun, 25 May 2025 22:40:35 +0530 Subject: [PATCH] refactor: update api description --- Dockerfile | 2 +- public/index.html | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index f0bee79..e77c6e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN npm run build FROM node:22-alpine as prod LABEL org.opencontainers.image.source=https://github.com/ghoshRitesh12/aniwatch-api -LABEL org.opencontainers.image.description="Node.js API for obtaining anime information from hianime.to" +LABEL org.opencontainers.image.description="NodeJS API for obtaining anime data from hianime.to" LABEL org.opencontainers.image.licenses=MIT # install curl for healthcheck diff --git a/public/index.html b/public/index.html index c095416..8ade1a4 100644 --- a/public/index.html +++ b/public/index.html @@ -23,13 +23,13 @@ - + - - + + @@ -202,11 +202,11 @@