Skip to content

Instantly share code, notes, and snippets.

@junaid1460
Last active August 17, 2019 11:16
Show Gist options
  • Save junaid1460/f321c7ac481edfbaea78bd8f229e19a5 to your computer and use it in GitHub Desktop.
Save junaid1460/f321c7ac481edfbaea78bd8f229e19a5 to your computer and use it in GitHub Desktop.
Extended api
// Now I want user api to be available for admin
// may be I want to show in dashboard
export class ApiModuleForAdmin extends ApiModule {
public auth = "simple";
public baseUrl = `${baseUrl}/admin/user-apis${baseUrl}`;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment