MCPcopy Create free account
hub / github.com/Stormix/eghata /

Class

apps/api/app/Controllers/Http/UsersController.ts:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import User from 'App/Models/User'
4
5export default class UsersController {
6 public async destroy({ params, response, auth, bouncer }: HttpContextContract) {
7 try {
8 await auth.use('api').authenticate()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected