export enum API { LOGIN = "/api/auth/login", SIGNUP = "/api/auth/signup", REPORT = "/api/url/report", RESET_PASSWORD = "/api/auth/resetpassword", CHANGE_PASSWORD = "/api/auth/changepassword", BAN_LINK = "/api/url/admin/ban", CUSTOM_DOMAIN = "/api/url/customdomain", GENERATE_APIKEY = "/api/auth/generateapikey" }