DEV: Use ResultSet with staff action logs. (#7661)

This commit is contained in:
Bianca Nenciu
2019-08-13 20:55:05 +03:00
committed by GitHub
parent 296cdc53ee
commit ba396a5384
9 changed files with 122 additions and 151 deletions

View File

@@ -0,0 +1,7 @@
import RestAdapter from "discourse/adapters/rest";
export default RestAdapter.extend({
basePath() {
return "/admin/logs/";
}
});