Skip to content

Commit a533008

Browse files
committed
feat: add route for admin configs
1 parent 4cb8c0d commit a533008

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/api/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ export const banApi = {
224224
}
225225

226226
export const adminApi = {
227+
configurations: () => $http('/api/configurations'),
227228
moderators: {
228229
remove: data => $http('/api/admin/moderators/remove', { method: 'POST', data }),
229230
add: data => $http('/api/admin/moderators', { method: 'POST', data })

0 commit comments

Comments
 (0)