mirror of
https://github.com/JustAnimeCore/HiAnime-Api.git
synced 2026-04-17 13:51:44 +00:00
core
This commit is contained in:
@@ -1,6 +1,2 @@
|
||||
# Origins you want to allow, use * to allow all origins (not recommended for production)
|
||||
|
||||
ALLOWED_ORIGINS=<https://site1.com>,<https://site2.com>,...
|
||||
|
||||
# Port the server will run on [OPTIONAL - default: 4444]
|
||||
PORT=4444
|
||||
@@ -1,7 +1,7 @@
|
||||
<div align="center">
|
||||
|
||||
 
|
||||

|
||||
 
|
||||

|
||||

|
||||
|
||||
</div>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "anime-api",
|
||||
"name": "HiAnime-Api",
|
||||
"version": "1.0.0",
|
||||
"description": "A restful api to provide all information about anime",
|
||||
"main": "./server.js",
|
||||
@@ -8,7 +8,7 @@
|
||||
"dev": "nodemon server.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Sayan Das",
|
||||
"author": "JustAnimeCore",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"axios": "^1.11.0",
|
||||
@@ -28,6 +28,6 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/itzzzme/anime-api.git"
|
||||
"url": "https://github.com/JustAnimeCore/HiAnime-Api.git"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
</p>
|
||||
<div class="btns">
|
||||
<a href="/">return home</a>
|
||||
<a href="https://github.com/itzzzme/anime-api" target="_blank"
|
||||
<a href="https://github.com/JustAnimeCore/HiAnime-Api" target="_blank"
|
||||
>report problem</a
|
||||
>
|
||||
</div>
|
||||
|
||||
@@ -110,7 +110,7 @@
|
||||
<img id="pic" src="image.webp" alt="" />
|
||||
<div class="github">
|
||||
<i class="fa fa-github" style="font-size: 36px"></i>
|
||||
<a href="https://github.com/itzzzme/anime-api" target="_blank"
|
||||
<a href="https://github.com/JustAnimeCore/HiAnime-Api" target="_blank"
|
||||
>Click here to refer docs</a
|
||||
>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user