Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/esp-link/src/commit/ec7d79e458fbe6b0882d2160e0868c939c7e5140/rest/rest.h
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
/*
|
|
* api.h
|
|
*
|
|
* Created on: Mar 4, 2015
|
|
* Author: Minh
|
|
*/
|
|
|
|
#ifndef MODULES_API_H_
|
|
#define MODULES_API_H_
|
|
|
|
#include "cmd.h"
|
|
|
|
void REST_Setup(CmdPacket *cmd);
|
|
void REST_Request(CmdPacket *cmd);
|
|
void REST_SetHeader(CmdPacket *cmd);
|
|
|
|
#endif /* MODULES_INCLUDE_API_H_ */
|
|
|