Skip to content

flux-eco/flux-eco-ehf-app-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flux-eco-ehf-app-backend

usage

GET

POST

/api/writeTrainingDiary

    "trainingSessionId": {
        "type": "string"
    },
    "userId": {
        "type": "string"
    },
    "text": {
        "type": "string"
    },
    "rating": {
        "type": "number"
    }

/api/writePlayTimeTalents

   "trainingSessionId": {
        "type": "string"
    },
    "talents": {
        "type": "number"
    },

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published