Initial push of Plunk Next
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import {ChildControllers, Controller} from '@overnightjs/core';
|
||||
|
||||
import {Github} from './Github.js';
|
||||
import {Google} from './Google.js';
|
||||
|
||||
@Controller('oauth')
|
||||
@ChildControllers([new Google(), new Github()])
|
||||
export class Oauth {}
|
||||
Reference in New Issue
Block a user