mirror of
https://github.com/Myxelium/RandomMemerBot.git
synced 2026-04-21 05:25:08 +00:00
Add authentication endpoints & refactor
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { HttpClient } from '@angular/common/http';
|
||||
import { Injectable } from '@angular/core';
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root'
|
||||
})
|
||||
export class DiscordService {
|
||||
constructor(private http: HttpClient) {}
|
||||
}
|
||||
Reference in New Issue
Block a user