-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathroutes.php
More file actions
35 lines (34 loc) · 868 Bytes
/
routes.php
File metadata and controls
35 lines (34 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?php
/**
* Created by PhpStorm.
* User: Peter
* Date: 18/11/2018
* Time: 15:12
*/
const ROUTES = [
'home' => 'home',
'auth' => 'auth',
'cron' => 'cron',
'confirm' => 'confirm',
'rescue' => 'rescue',
'api' => [
'version' => 'version',
'auth' => 'auth',
'register' => 'register',
'login' => 'login',
'data' => 'data',
'client_app' => 'client_app',
'mailer' => 'mailer',
'applogin' => 'applogin',
'mail' => 'mail',
'alert' => 'alert',
'user_login' => 'user_login',
'token' => 'token',
'auth_listener.js' => 'auth_listener',
'customer' => 'customer',
'license' => 'license'
],
'unsubscribe' => 'unsubscribe',
'pixel.png' => 'pixel',
'customers' => 'early_access_mail',
];