summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-03-14 04:30:24 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-03-14 04:30:24 +0900
commit85df5ce3f7bd0badbb52f1c32672467e2aaa8865 (patch)
tree3c2b8c4c2138652d3dc8b859505c0509096024f9
parentImprove othello ai (diff)
downloadsharkey-85df5ce3f7bd0badbb52f1c32672467e2aaa8865.tar.gz
sharkey-85df5ce3f7bd0badbb52f1c32672467e2aaa8865.tar.bz2
sharkey-85df5ce3f7bd0badbb52f1c32672467e2aaa8865.zip
:v:
-rw-r--r--src/api/endpoints.ts3
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'
},
{