@hedhog/admin 0.0.15 → 0.0.16
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -70,23 +70,23 @@ export class Migrate implements MigrationInterface {
|
|
70
70
|
method: 'PATCH',
|
71
71
|
},
|
72
72
|
{
|
73
|
-
url: '/
|
73
|
+
url: '/roles',
|
74
74
|
method: 'GET',
|
75
75
|
},
|
76
76
|
{
|
77
|
-
url: '/
|
77
|
+
url: '/roles/:roleId',
|
78
78
|
method: 'GET',
|
79
79
|
},
|
80
80
|
{
|
81
|
-
url: '/
|
81
|
+
url: '/roles',
|
82
82
|
method: 'POST',
|
83
83
|
},
|
84
84
|
{
|
85
|
-
url: '/
|
85
|
+
url: '/roles/:roleId',
|
86
86
|
method: 'PATCH',
|
87
87
|
},
|
88
88
|
{
|
89
|
-
url: '/
|
89
|
+
url: '/roles',
|
90
90
|
method: 'DELETE',
|
91
91
|
},
|
92
92
|
{
|