ui/app/models/googleoauthconfig.js

6 lines
174 B
JavaScript

import Resource from '@rancher/ember-api-store/models/resource';
var GoogleOauthConfig = Resource.extend({ type: 'googleOauthConfig', });
export default GoogleOauthConfig;