mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-04 08:39:30 +02:00
Fix rest path
This commit is contained in:
@@ -123,7 +123,7 @@ public class MeResource {
|
||||
return Response.noContent().build();
|
||||
}
|
||||
|
||||
@Path("api-keys")
|
||||
@Path("api_keys")
|
||||
public ApiKeyResource apiKeys() {
|
||||
return apiKeyResource.get();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user