From 43290a9ea3456b7d44efea5ae856c40366408cf3 Mon Sep 17 00:00:00 2001 From: Tosuke Date: Fri, 6 Jan 2017 01:28:59 +0900 Subject: [Swagger]Add /auth/accept --- swagger.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'swagger.js') diff --git a/swagger.js b/swagger.js index 91b96e1f45..16e1a0bf02 100644 --- a/swagger.js +++ b/swagger.js @@ -7,6 +7,9 @@ const yaml = require('js-yaml'); const apiRoot = './src/api/endpoints'; const files = [ 'users.js', + //auth + 'auth/accept.js', + //auth/session 'auth/session/generate.js', 'auth/session/show.js', 'auth/session/userkey.js', -- cgit v1.3.1-freya