brave-people / programmer-humor

😁Programmer Humor
https://brave-people.github.io/programmer-humor/
0 stars 0 forks source link

WorkFlow #2

Closed KoEonYack closed 1 month ago

KoEonYack commented 1 month ago

프론트 > 메인


어드민 API

서비스 API

KoEonYack commented 1 month ago

API Spec

{
  "title": "string",
  "description": "string",
  "imageList": [
    {
      "id": 1,
      "seq": 1,
      "imageUrl": "string"
    },
    {
      "id": 2,
      "seq": 2,
      "imageUrl": "string"
    }
  ],
  "language": "KO",
  "createDate": "2023-09-30T10:00:00Z",
  "updateDate": "2023-09-30T10:00:00Z"
}

API