mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
feat: Add store to manage Articles (#5048)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
9
app/javascript/dashboard/api/helpCenter/articles.js
Normal file
9
app/javascript/dashboard/api/helpCenter/articles.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import ApiClient from '../ApiClient';
|
||||
|
||||
class ArticlesAPI extends ApiClient {
|
||||
constructor() {
|
||||
super('articles', { accountScoped: true });
|
||||
}
|
||||
}
|
||||
|
||||
export default new ArticlesAPI();
|
||||
Reference in New Issue
Block a user