-
Notifications
You must be signed in to change notification settings - Fork 1
Home
TheoBillet edited this page Jun 14, 2021
·
1 revision
If you want more information for the route of API, you are in a right place.
Here is the list of routes of the API with these functions. */!* The following examples will be made with the basic test configuration found in the project with the following config.json file:
{ "path": "./ static / rawls", "images_path": "./ static / images" }
1. route "/up" :
- show version if API is up
{ "version": "1.0.1b-21-gcdf92fc" }
- yes if API is up with argument 'img' in URL "/up?img=test"
"yes"