diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-14 04:30:24 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-14 04:30:24 +0900 |
| commit | 85df5ce3f7bd0badbb52f1c32672467e2aaa8865 (patch) | |
| tree | 3c2b8c4c2138652d3dc8b859505c0509096024f9 /src/api | |
| parent | Improve othello ai (diff) | |
| download | sharkey-85df5ce3f7bd0badbb52f1c32672467e2aaa8865.tar.gz sharkey-85df5ce3f7bd0badbb52f1c32672467e2aaa8865.tar.bz2 sharkey-85df5ce3f7bd0badbb52f1c32672467e2aaa8865.zip | |
:v:
Diffstat (limited to 'src/api')
| -rw-r--r-- | src/api/endpoints.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/api/endpoints.ts b/src/api/endpoints.ts index 1fc9465cd0..c7100bd036 100644 --- a/src/api/endpoints.ts +++ b/src/api/endpoints.ts @@ -254,8 +254,7 @@ const endpoints: Endpoint[] = [ }, { - name: 'othello/games/show', - withCredential: true + name: 'othello/games/show' }, { |