Skip to content

Commit

Permalink
[backend/frontend] wip
Browse files Browse the repository at this point in the history
  • Loading branch information
savacano28 committed Dec 20, 2024
1 parent 57b86b1 commit 81f40c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
import io.openbas.rest.helper.RestBehavior;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;

@RestController
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
package io.openbas.rest.collector_frontend_error.form;

import lombok.Data;
import lombok.Getter;
import lombok.Setter;

@Data
@Getter
@Setter
public class ErrorDetailsInput {

private String message;
private String stack;
private String timestamp;
Expand Down

0 comments on commit 81f40c9

Please sign in to comment.