File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Changelog #
2
2
3
- ## 0.4.0 (TBD ) ##
3
+ ## 0.4.0 (2020-09-20 ) ##
4
4
5
5
- Lower required number of API calls (disabled by default).
6
6
- Made cache size configurable and lowered default to 10000.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ can be run with any compatible container runtime.
16
16
To run the server, first obtain a [ Yahoo Fantasy Sports client key and secret] (
17
17
http://developer.yahoo.com/fantasysports/guide/GettingStarted.html ). When
18
18
registering you will be asked to enter in a redirect URL, which should be in the
19
- format ` https://[hostname]/[base-context]/auth' . The ` [ hostname] ` is the
19
+ format ` https://[hostname]/[base-context]/auth ` . The ` [hostname] ` is the
20
20
hostname or IP address of the machine where you are running the server, and
21
21
` [base-context] ` is the optional additional context the application is published
22
22
to (defaults to none).
You can’t perform that action at this time.
0 commit comments