additional methods to types endpoint

This commit is contained in:
2019-11-17 16:23:43 +03:00
parent ad144534a9
commit 65b9e53b66
7 changed files with 98 additions and 11 deletions

View File

@ -54,5 +54,11 @@ me.arcanis.ffxivbis {
host = "127.0.0.1"
# port to bind, int, required
port = 8000
# rate limits
limits {
intetval = 1m
max-count = 60
}
}
}