diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-10-31 22:35:31 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-10-31 22:35:31 +0900 |
| commit | 5efb52b9f563ae7d6b5383d054a6c21fee676b68 (patch) | |
| tree | 96c4bf8ce8403e3a5dd75f10f7f3c1193cf2bbca /src/api/endpoints | |
| parent | Fix indent (diff) | |
| download | sharkey-5efb52b9f563ae7d6b5383d054a6c21fee676b68.tar.gz sharkey-5efb52b9f563ae7d6b5383d054a6c21fee676b68.tar.bz2 sharkey-5efb52b9f563ae7d6b5383d054a6c21fee676b68.zip | |
wip
Diffstat (limited to 'src/api/endpoints')
| -rw-r--r-- | src/api/endpoints/channels/create.ts (renamed from src/api/endpoints/bbs/threads/create.ts) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/endpoints/bbs/threads/create.ts b/src/api/endpoints/channels/create.ts index d9b4d34a0c..74b089dfc3 100644 --- a/src/api/endpoints/bbs/threads/create.ts +++ b/src/api/endpoints/channels/create.ts @@ -2,8 +2,8 @@ * Module dependencies */ import $ from 'cafy'; -import Channel from '../../../models/channel'; -import serialize from '../../../serializers/channel'; +import Channel from '../../models/channel'; +import serialize from '../../serializers/channel'; /** * Create a channel |