Added /api/types route

This commit is contained in:
2019-08-27 18:51:58 +09:00
parent 816ec3f591
commit 34cf83b1ac
6 changed files with 27 additions and 81 deletions

19
assets/organization.json Normal file
View File

@ -0,0 +1,19 @@
{
"@context":"http://schema.org",
"@type":"Organization",
"name":"Anime Notifier",
"description":"Anime list, tracker, database and notifier for new anime episodes. Create your own anime list and keep track of your progress as you watch.",
"url":"https://notify.moe",
"email":"animenotifierofficial@gmail.com",
"logo":"https://media.notify.moe/images/brand/512.png",
"sameAs":[
"https://www.facebook.com/animenotifier",
"https://twitter.com/animenotifier",
"https://discord.gg/0kimAmMCeXGXuzNF",
"https://github.com/animenotifier/notify.moe"
],
"founder":{
"@type":"Person",
"name":"Eduard Urbach"
}
}