implemented user list and editing other users for admin
This commit is contained in:
@@ -2,13 +2,7 @@
|
||||
package de.srsoftware.umbrella.core;
|
||||
|
||||
public class ResponseCode {
|
||||
public static final int OK = 200;
|
||||
public static final int REDIRECT = 302;
|
||||
public static final int BAD_REQUEST = 400;
|
||||
public static final int UNAUTHORIZED = 401;
|
||||
public static final int FORBIDDEN = 403;
|
||||
public static final int NOT_FOUND = 404;
|
||||
public static final int UNPROCESSABLE = 422;
|
||||
public static final int SERVER_ERROR = 500;
|
||||
public static final int NOT_IMPLEMENTED = 501;
|
||||
public static final int HTTP_UNPROCESSABLE = 422;
|
||||
public static final int HTTP_SERVER_ERROR = 500;
|
||||
public static final int HTTP_NOT_IMPLEMENTED = 501;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user